RosNetworkInterfacesProps
Properties for defining a RosNetworkInterfaces
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-networkinterfaces
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs/datasource"
&datasource.RosNetworkInterfacesProps {
InstanceId: interface{},
Ipv6Addresses: interface{},
NetworkInterfaceIds: interface{},
NetworkInterfaceName: interface{},
PrimaryIpAddress: interface{},
PrivateIpAddresses: interface{},
RefreshOptions: interface{},
ResourceGroupId: interface{},
SecurityGroupId: interface{},
ServiceManaged: interface{},
Status: interface{},
Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs.datasource.RosNetworkInterfaces.TagsProperty,
Type: interface{},
VpcId: interface{},
VSwitchId: interface{},
}
Properties
Name | Type | Description |
---|---|---|
InstanceId |
interface{} |
No description. |
Ipv6Addresses |
interface{} |
No description. |
NetworkInterfaceIds |
interface{} |
No description. |
NetworkInterfaceName |
interface{} |
No description. |
PrimaryIpAddress |
interface{} |
No description. |
PrivateIpAddresses |
interface{} |
No description. |
RefreshOptions |
interface{} |
No description. |
ResourceGroupId |
interface{} |
No description. |
SecurityGroupId |
interface{} |
No description. |
ServiceManaged |
interface{} |
No description. |
Status |
interface{} |
No description. |
Tags |
*[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs.datasource.RosNetworkInterfaces.TagsProperty |
No description. |
Type |
interface{} |
No description. |
VpcId |
interface{} |
No description. |
VSwitchId |
interface{} |
No description. |
InstanceId
Optional
InstanceId interface{}
- Type: interface{}
Ipv6Addresses
Optional
Ipv6Addresses interface{}
- Type: interface{}
NetworkInterfaceIds
Optional
NetworkInterfaceIds interface{}
- Type: interface{}
NetworkInterfaceName
Optional
NetworkInterfaceName interface{}
- Type: interface{}
PrimaryIpAddress
Optional
PrimaryIpAddress interface{}
- Type: interface{}
PrivateIpAddresses
Optional
PrivateIpAddresses interface{}
- Type: interface{}
RefreshOptions
Optional
RefreshOptions interface{}
- Type: interface{}
ResourceGroupId
Optional
ResourceGroupId interface{}
- Type: interface{}
SecurityGroupId
Optional
SecurityGroupId interface{}
- Type: interface{}
ServiceManaged
Optional
ServiceManaged interface{}
- Type: interface{}
Status
Optional
Status interface{}
- Type: interface{}
Tags
Optional
Tags *[]TagsProperty
- Type: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs.datasource.RosNetworkInterfaces.TagsProperty
Type
Optional
Type interface{}
- Type: interface{}
VpcId
Optional
VpcId interface{}
- Type: interface{}
VSwitchId
Optional
VSwitchId interface{}
- Type: interface{}