Cloud Service Endpoint
Stores information about any service endpoint which is provided in the
cloud. Example services include the cloud provided equivalent service for
Storage, Database or Load Balancer.
Name | Description | Type | Notes |
---|---|---|---|
_last_sync_time | Timestamp of last modification | EpochMsTimestamp | Readonly Sortable |
_links | References related to this resource The server will populate this field when returing the resource. Ignored on PUT and POST. |
array of ResourceLink | Readonly |
_schema | Schema for this resource | string | Readonly |
_self | Link to this resource | SelfResourceLink | Readonly |
description | Description of this resource | string | Maximum length: 1024 Sortable |
display_name | Identifier to use when displaying entity in logs or GUI Defaults to ID if not set |
string | Maximum length: 255 Sortable |
nsx_security_groups | NSX security groups array Stores an array of NSX security groups associated to this cloud service endpoint. |
array of SecurityGroup | Readonly |
resource_type | Must be set to the value CloudServiceEndpoint | string | Required |
service_endpoint_id | Service Endpoint ID Cloud provided ID of the service endpoint. |
string | Readonly |
service_endpoint_type | Service Endpoint Type Cloud provided type of the service endpoint. |
string | Readonly |
service_name | Service Name Name of the cloud service the endpoint is associated with. |
string | Readonly |
tags | Opaque identifiers meaningful to the API user | array of Tag | Maximum items: 30 |