Skip to content

EndpointsProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Hologram;
new EndpointsProperty {
    object AlternativeEndpoints = null,
    object Enabled = null,
    object Endpoint = null,
    object Type = null,
    object VpcId = null,
    object VpcInstanceId = null,
    object VSwitchId = null
};

Properties

Name Type Description
AlternativeEndpoints object No description.
Enabled object No description.
Endpoint object No description.
Type object No description.
VpcId object No description.
VpcInstanceId object No description.
VSwitchId object No description.

AlternativeEndpointsOptional

public object AlternativeEndpoints { get; set; }
  • Type: object

EnabledOptional

public object Enabled { get; set; }
  • Type: object

EndpointOptional

public object Endpoint { get; set; }
  • Type: object

TypeOptional

public object Type { get; set; }
  • Type: object

VpcIdOptional

public object VpcId { get; set; }
  • Type: object

VpcInstanceIdOptional

public object VpcInstanceId { get; set; }
  • Type: object

VSwitchIdOptional

public object VSwitchId { get; set; }
  • Type: object