RosEIPAssociationProps
Properties for defining a RosEIPAssociation.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-eipassociation
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.RosEIPAssociationProps {
AllocationId: interface{},
InstanceId: interface{},
Mode: interface{},
PrivateIpAddress: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
AllocationId |
interface{} |
No description. |
InstanceId |
interface{} |
No description. |
Mode |
interface{} |
No description. |
PrivateIpAddress |
interface{} |
No description. |
AllocationIdRequired
AllocationId interface{}
- Type: interface{}
InstanceIdRequired
InstanceId interface{}
- Type: interface{}
ModeOptional
Mode interface{}
- Type: interface{}
PrivateIpAddressOptional
PrivateIpAddress interface{}
- Type: interface{}