Skip to content

RosAddressesProps

Properties for defining a RosAddresses.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-eip-addresses

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosAddressesProps {
    object AddressName = null,
    object AllocationId = null,
    object InstanceId = null,
    object InstanceType = null,
    object IpAddress = null,
    object Isp = null,
    object PaymentType = null,
    object RefreshOptions = null,
    object ResourceGroupId = null,
    object SegmentInstanceId = null
};

Properties

Name Type Description
AddressName object No description.
AllocationId object No description.
InstanceId object No description.
InstanceType object No description.
IpAddress object No description.
Isp object No description.
PaymentType object No description.
RefreshOptions object No description.
ResourceGroupId object No description.
SegmentInstanceId object No description.

AddressNameOptional

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

AllocationIdOptional

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

InstanceIdOptional

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

InstanceTypeOptional

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

IpAddressOptional

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

IspOptional

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

PaymentTypeOptional

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

RefreshOptionsOptional

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

ResourceGroupIdOptional

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

SegmentInstanceIdOptional

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