Skip to content

AddressesProps

Properties for defining a Addresses.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new AddressesProps {
    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 Property addressName: The name of the EIP.
AllocationId object Property allocationId: The ID of the EIP that you want to query.
InstanceId object Property instanceId: The ID of the cloud resource.
InstanceType object Property instanceType: The type of the current bound instance.
IpAddress object Property ipAddress: The IP address pool to which the EIP that you want to query belongs.
Isp object Property isp: The line type.
PaymentType object Property paymentType: The billing method of the EIP.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
ResourceGroupId object Property resourceGroupId: The ID of the resource group to which the EIPs belong.
SegmentInstanceId object Property segmentInstanceId: The ID of the consecutive EIPs.

AddressNameOptional

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

Property addressName: The name of the EIP.


AllocationIdOptional

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

Property allocationId: The ID of the EIP that you want to query.


InstanceIdOptional

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

Property instanceId: The ID of the cloud resource.


InstanceTypeOptional

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

Property instanceType: The type of the current bound instance.

  • EcsInstance: an ECS instance of the VPC type.
  • SlbInstance: an SLB instance of the VPC type.
  • Nat:NAT gateway.
  • HaVip: a highly available virtual IP address.
  • NetworkInterface: Secondary ENI.

IpAddressOptional

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

Property ipAddress: The IP address pool to which the EIP that you want to query belongs.


IspOptional

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

Property isp: The line type.

Valid values: BGP (default): BGP (Multi-ISP) lines. All regions support BGP (Multi-ISP) EIPs. BGP_PRO: BGP (Multi-ISP) Pro lines. Only the following regions support BGP (Multi-ISP) Pro lines: China (Hong Kong), Singapore, Malaysia (Kuala Lumpur), Philippines (Manila), Indonesia (Jakarta), and Thailand (Bangkok). For more information about BGP (Multi-ISP) and BGP (Multi-ISP) Pro, see EIP line types. If you are allowed to use single-ISP bandwidth, you can also choose one of the following values: ChinaTelecom: China Telecom ChinaUnicom: China Unicom ChinaMobile: China Mobile ChinaTelecom_L2: China Telecom L2 ChinaUnicom_L2: China Unicom L2 ChinaMobile_L2: China Mobile L2 If your services are deployed in China East 1 Finance, you must set this parameter to BGP_FinanceCloud.


PaymentTypeOptional

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

Property paymentType: The billing method of the EIP.

Valid values: PrePaid: subscription PostPaid: pay-as-you-go.


RefreshOptionsOptional

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

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values:

  • Never: Never refresh the datasource resource when the stack is updated.
  • Always: Always refresh the datasource resource when the stack is updated. Default is Never.

ResourceGroupIdOptional

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

Property resourceGroupId: The ID of the resource group to which the EIPs belong.


SegmentInstanceIdOptional

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

Property segmentInstanceId: The ID of the consecutive EIPs.

This parameter value is returned only if the EIP is a continuous EIP.