Skip to content

AnycastEIPProps

Properties for defining a AnycastEIP.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-anycasteip

Initializer

import { AnycastEIPProps } from '@alicloud/ros-cdk-vpc'
const anycastEIPProps: AnycastEIPProps = { ... }

Properties

Name Type Description
bandwidth number | @alicloud/ros-cdk-core.IResolvable Property bandwidth: Anycast EIP instance bandwidth.
description string | @alicloud/ros-cdk-core.IResolvable Property description: Anycast EIP instance description.
instanceChargeType string | @alicloud/ros-cdk-core.IResolvable Property instanceChargeType: Anycast EIP instance charge type.
internetChargeType string | @alicloud/ros-cdk-core.IResolvable Property internetChargeType: Anycast EIP instance access public network billing method.
name string | @alicloud/ros-cdk-core.IResolvable Property name: Anycast EIP instance name.
serviceLocation string | @alicloud/ros-cdk-core.IResolvable Property serviceLocation: Anycast EIP instance access area.

bandwidthOptional

public readonly bandwidth: number | IResolvable;
  • Type: number | @alicloud/ros-cdk-core.IResolvable

Property bandwidth: Anycast EIP instance bandwidth.


descriptionOptional

public readonly description: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property description: Anycast EIP instance description.


instanceChargeTypeOptional

public readonly instanceChargeType: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property instanceChargeType: Anycast EIP instance charge type.


internetChargeTypeOptional

public readonly internetChargeType: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property internetChargeType: Anycast EIP instance access public network billing method.


nameOptional

public readonly name: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property name: Anycast EIP instance name.


serviceLocationOptional

public readonly serviceLocation: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property serviceLocation: Anycast EIP instance access area.