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

InlineManagedResource1

Properties

integer as int64
_create_time Optional

Timestamp of resource creation


string
_create_user Optional

ID of the user who created this resource


integer as int64
_last_modified_time Optional

Timestamp of last modification


string
_last_modified_user Optional

ID of the user who last modified this resource


string
_protection Optional

Protection status is one of the following: PROTECTED - the client who retrieved the entity is not allowed to modify it. NOT_PROTECTED - the client who retrieved the entity is allowed to modify it REQUIRE_OVERRIDE - the client who retrieved the entity is a super user and can modify it, but only when providing the request header X-Allow-Overwrite=true. UNKNOWN - the _protection field could not be determined for this entity.


boolean
_system_owned Optional

Indicates system owned resource


string
description Optional

Description of this resource


string
display_name Optional

Defaults to ID if not set


string
id Optional

Unique identifier of this resource


string
resource_type Optional

The type of this resource.


array of Tag
tags Optional

Opaque identifiers meaningful to the API user

JSON Example

{
	"_create_time": 0,
	"_create_user": "string",
	"_last_modified_time": 0,
	"_last_modified_user": "string",
	"_protection": "string",
	"_system_owned": false,
	"description": "string",
	"display_name": "string",
	"id": "string",
	"resource_type": "string",
	"tags": [
		{
			"scope": "string",
			"tag": "string"
		}
	]
}

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

ManagedResource

Feedback

Was this page helpful?