Skip to content

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{},
    InternetChargeType: 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.
InternetChargeType 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{}

InternetChargeTypeOptional

InternetChargeType 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

ZoneOptional

Zone interface{}
  • Type: interface{}