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. |
AddressName
Optional
public object AddressName { get; set; }
- Type: object
AllocationId
Optional
public object AllocationId { get; set; }
- Type: object
InstanceId
Optional
public object InstanceId { get; set; }
- Type: object
InstanceType
Optional
public object InstanceType { get; set; }
- Type: object
IpAddress
Optional
public object IpAddress { get; set; }
- Type: object
Isp
Optional
public object Isp { get; set; }
- Type: object
PaymentType
Optional
public object PaymentType { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
SegmentInstanceId
Optional
public object SegmentInstanceId { get; set; }
- Type: object