Enum NetworkAnchorConnectionStatus
This can be merge to lifecycleState CONNECTED - Partner and CSI information is assigned and MulticloudLink provisioned. DISCONNECTED - Only partner cloud information is assigned. CONNECTING - Oracle Cloud Infrastructure information is assigned and the control plane is provisioning resources. ACTIVE - Network anchor is connected and resources (VNICs) exist within a subnet. ERROR - DRG attach fails during connection. FAILED - Network anchor creation failed NEEDS_ATTENTION - Network anchor is in temporary bad state UPDATING - Network anchor is getting updated. DELETING - Network anchor is getting deleted DELETED - A connected network anchor is deleted.
Namespace: Oci.MulticloudService.Models
Assembly: OCI.DotNetSDK.Multicloud.dll
Syntax
public enum NetworkAnchorConnectionStatus
Fields
| Name | Description |
|---|---|
| Active | |
| Connected | |
| Connecting | |
| Deleted | |
| Deleting | |
| Disconnected | |
| Error | |
| Failed | |
| NeedsAttention | |
| UnknownEnumValue | |
| Updating |