Skip to content

RosEIPSegmentProps

Properties for defining a RosEIPSegment.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.RosEIPSegmentProps {
    EipMask: interface{},
    Bandwidth: interface{},
    InternetChargeType: interface{},
    Netmode: interface{},
    ResourceGroupId: interface{},
}

Properties

Name Type Description
EipMask interface{} No description.
Bandwidth interface{} No description.
InternetChargeType interface{} No description.
Netmode interface{} No description.
ResourceGroupId interface{} No description.

EipMaskRequired

EipMask interface{}
  • Type: interface{}

BandwidthOptional

Bandwidth interface{}
  • Type: interface{}

InternetChargeTypeOptional

InternetChargeType interface{}
  • Type: interface{}

NetmodeOptional

Netmode interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}