[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy

ConfigurationState

Describes status of configuration of an entity


Properties

details Optional

Array of configuration state of various sub systems


integer as int64
failure_code Optional

Error code


string
failure_message Optional

Error message in case of failure


string
state Optional

Gives details of state of desired configuration. Additional enums with more details on progress/success/error states are sent for edge node. The success states are NODE_READY and TRANSPORT_NODE_READY, pending states are {VM_DEPLOYMENT_QUEUED, VM_DEPLOYMENT_IN_PROGRESS, REGISTRATION_PENDING} and other values indicate failures. “in_sync” state indicates that the desired configuration has been received by the host to which it applies, but is not yet in effect. When the configuration is actually in effect, the state will change to “success”. Please note, failed state is deprecated.

Possible values are: pendingin_progresssuccessfailedpartial_successorphanedunknownerrorin_syncNOT_AVAILABLEVM_DEPLOYMENT_QUEUEDVM_DEPLOYMENT_IN_PROGRESSVM_DEPLOYMENT_FAILEDVM_POWER_ON_IN_PROGRESSVM_POWER_ON_FAILEDREGISTRATION_PENDINGNODE_NOT_READYNODE_READYVM_POWER_OFF_IN_PROGRESSVM_POWER_OFF_FAILEDVM_UNDEPLOY_IN_PROGRESSVM_UNDEPLOY_FAILEDVM_UNDEPLOY_SUCCESSFULEDGE_CONFIG_ERRORVM_DEPLOYMENT_RESTARTEDREGISTRATION_FAILEDTRANSPORT_NODE_SYNC_PENDINGTRANSPORT_NODE_CONFIGURATION_MISSINGEDGE_HARDWARE_NOT_SUPPORTEDMULTIPLE_OVERLAY_TZS_NOT_SUPPORTEDTN_OVERLAY_TZ_IN_USE_BY_EDGE_CLUSTERTZ_ENDPOINTS_NOT_SPECIFIEDNO_PNIC_PREPARED_IN_EDGEAPPLIANCE_INTERNAL_ERRORVTEP_DHCP_NOT_SUPPORTEDUNSUPPORTED_HOST_SWITCH_PROFILEUPLINK_HOST_SWITCH_PROFILE_NOT_SPECIFIEDHOSTSWITCH_PROFILE_NOT_FOUNDLLDP_SEND_ENABLED_NOT_SUPPORTEDUNSUPPORTED_NAMED_TEAMING_POLICYLBSRCID_NOT_SUPPORTED_FOR_EDGE_VMLACP_NOT_SUPPORTED_FOR_EDGE_VMSTANDBY_UPLINKS_NOT_SUPPORTED_FOR_EDGE_VMMULTIPLE_ACTIVE_UPLINKS_NOT_SUPPORTED_FOR_EDGEUNSUPPORTED_LACP_LB_ALGO_FOR_NODEEDGE_NODE_VERSION_NOT_SUPPORTEDNO_PNIC_SPECIFIED_IN_TNINVALID_PNIC_DEVICE_NAMETRANSPORT_NODE_READYVM_NETWORK_EDIT_PENDINGUNSUPPORTED_DEFAULT_TEAMING_POLICYMPA_DISCONNECTEDVM_RENAME_PENDINGVM_CONFIG_EDIT_PENDINGVM_NETWORK_EDIT_FAILEDVM_RENAME_FAILEDVM_CONFIG_EDIT_FAILEDVM_CONFIG_DISCREPANCYVM_NODE_REFRESH_FAILEDVM_PLACEMENT_REFRESH_FAILED

JSON Example

{
	"details": [
		{
			"failure_code": 0,
			"failure_message": "string",
			"state": "in_progress",
			"sub_system_address": "string",
			"sub_system_id": "string",
			"sub_system_type": "string"
		}
	],
	"failure_code": 0,
	"failure_message": "string",
	"state": "pending"
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vmw-nsx-module: Common
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
Used By

LogicalRouterState

Feedback

Was this page helpful?