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

InlineNSXTConnectionInfo1

Properties

array of string
edge_cluster_ids Optional

Edge Cluster UUIDs on enforcement point. Edge cluster information is required for creating logical L2, L3 constructs on enforcement point. Max 1 edge cluster ID. This is a deprecated property. The edge cluster id is now auto populated from enforcement point and its value can be read using APIs GET /infra/sites/site-id/enforcement-points/enforcementpoint-id/edge-clusters and GET /infra/sites/site-id/enforcement-points/enforcementpoint-1/edge-clusters/edge-cluster-id. The value passed through this property will be ignored.


string
password Optional

Password


string
thumbprint Optional

Thumbprint of EnforcementPoint. sha-256 hash represented in lower case hex.


array of string
transport_zone_ids Optional

Transport Zone UUIDs on enforcement point. Transport zone information is required for creating logical L2, L3 constructs on enforcement point. Max 1 transport zone ID. This is a deprecated property. The transport zone id is now auto populated from enforcement point and its value can be read using APIs GET /infra/sites/site-id/enforcement-points/enforcementpoint-id/transport-zones and GET /infra/sites/site-id/enforcement-points/enforcementpoint-id/transport-zones/transport-zone-id. The value passed through this property will be ignored.


string
username Optional

UserName

JSON Example

{
	"edge_cluster_ids": [
		"string"
	],
	"password": "string",
	"thumbprint": "string",
	"transport_zone_ids": [
		"string"
	],
	"username": "string"
}

Vendor Extensions

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

NSXTConnectionInfo

Feedback

Was this page helpful?