Skip to content

RosCloudConnectNetworkProps

Properties for defining a RosCloudConnectNetwork.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sag-cloudconnectnetwork

Initializer

using AlibabaCloud.SDK.ROS.CDK.Sag;
new RosCloudConnectNetworkProps {
    object Description = null,
    object IsDefault = null,
    object Name = null,
    TagsProperty[] Tags = null
};

Properties

Name Type Description
Description object No description.
IsDefault object No description.
Name object No description.
Tags TagsProperty[] No description.

DescriptionOptional

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

IsDefaultOptional

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

NameOptional

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

TagsOptional

public TagsProperty[] Tags { get; set; }