Skip to content

RosVpcEndpointServiceProps

Properties for defining a RosVpcEndpointService.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-privatelink-vpcendpointservice

Initializer

using AlibabaCloud.SDK.ROS.CDK.Privatelink;
new RosVpcEndpointServiceProps {
    object AutoAcceptEnabled = null,
    object ConnectBandwidth = null,
    object DeletionForce = null,
    object Payer = null,
    object Resource = null,
    object ResourceGroupId = null,
    object ServiceDescription = null,
    object ServiceResourceType = null,
    TagsProperty[] Tags = null,
    object User = null,
    object ZoneAffinityEnabled = null
};

Properties

Name Type Description
AutoAcceptEnabled object No description.
ConnectBandwidth object No description.
DeletionForce object No description.
Payer object No description.
Resource object No description.
ResourceGroupId object No description.
ServiceDescription object No description.
ServiceResourceType object No description.
Tags TagsProperty[] No description.
User object No description.
ZoneAffinityEnabled object No description.

AutoAcceptEnabledOptional

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

ConnectBandwidthOptional

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

DeletionForceOptional

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

PayerOptional

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

ResourceOptional

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

ResourceGroupIdOptional

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

ServiceDescriptionOptional

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

ServiceResourceTypeOptional

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

TagsOptional

public TagsProperty[] Tags { get; set; }

UserOptional

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

ZoneAffinityEnabledOptional

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