RosEIPProps
Properties for defining a RosEIP.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-eip
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.RosEIPProps {
AutoPay: interface{},
Bandwidth: interface{},
DeletionProtection: interface{},
Description: interface{},
InstanceChargeType: interface{},
InstanceId: interface{},
InternetChargeType: interface{},
IpAddress: interface{},
Isp: interface{},
Name: interface{},
Netmode: interface{},
Period: interface{},
PricingCycle: interface{},
PublicIpAddressPoolId: interface{},
ResourceGroupId: interface{},
SecurityProtectionTypes: interface{},
Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc.RosEIP.TagsProperty,
Zone: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
AutoPay | interface{} | No description. |
Bandwidth | interface{} | No description. |
DeletionProtection | interface{} | No description. |
Description | interface{} | No description. |
InstanceChargeType | interface{} | No description. |
InstanceId | interface{} | No description. |
InternetChargeType | interface{} | No description. |
IpAddress | interface{} | No description. |
Isp | interface{} | No description. |
Name | interface{} | No description. |
Netmode | interface{} | No description. |
Period | interface{} | No description. |
PricingCycle | interface{} | No description. |
PublicIpAddressPoolId | interface{} | No description. |
ResourceGroupId | interface{} | No description. |
SecurityProtectionTypes | interface{} | No description. |
Tags | *[]TagsProperty | No description. |
Zone | interface{} | No description. |
AutoPayOptional
AutoPay interface{}
- Type: interface{}
BandwidthOptional
Bandwidth interface{}
- Type: interface{}
DeletionProtectionOptional
DeletionProtection interface{}
- Type: interface{}
DescriptionOptional
Description interface{}
- Type: interface{}
InstanceChargeTypeOptional
InstanceChargeType interface{}
- Type: interface{}
InstanceIdOptional
InstanceId interface{}
- Type: interface{}
InternetChargeTypeOptional
InternetChargeType interface{}
- Type: interface{}
IpAddressOptional
IpAddress interface{}
- Type: interface{}
IspOptional
Isp interface{}
- Type: interface{}
NameOptional
Name interface{}
- Type: interface{}
NetmodeOptional
Netmode interface{}
- Type: interface{}
PeriodOptional
Period interface{}
- Type: interface{}
PricingCycleOptional
PricingCycle interface{}
- Type: interface{}
PublicIpAddressPoolIdOptional
PublicIpAddressPoolId interface{}
- Type: interface{}
ResourceGroupIdOptional
ResourceGroupId interface{}
- Type: interface{}
SecurityProtectionTypesOptional
SecurityProtectionTypes interface{}
- Type: interface{}
TagsOptional
Tags *[]TagsProperty
- Type: *[]TagsProperty
ZoneOptional
Zone interface{}
- Type: interface{}