Skip to content

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.

InstanceIdOptional

InstanceId interface{}
  • Type: interface{}

Ipv6AddressesOptional

Ipv6Addresses interface{}
  • Type: interface{}

NetworkInterfaceIdsOptional

NetworkInterfaceIds interface{}
  • Type: interface{}

NetworkInterfaceNameOptional

NetworkInterfaceName interface{}
  • Type: interface{}

PrimaryIpAddressOptional

PrimaryIpAddress interface{}
  • Type: interface{}

PrivateIpAddressesOptional

PrivateIpAddresses interface{}
  • Type: interface{}

RefreshOptionsOptional

RefreshOptions interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

SecurityGroupIdOptional

SecurityGroupId interface{}
  • Type: interface{}

ServiceManagedOptional

ServiceManaged interface{}
  • Type: interface{}

StatusOptional

Status interface{}
  • Type: interface{}

TagsOptional

Tags *[]TagsProperty
  • Type: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs.datasource.RosNetworkInterfaces.TagsProperty

TypeOptional

Type interface{}
  • Type: interface{}

VpcIdOptional

VpcId interface{}
  • Type: interface{}

VSwitchIdOptional

VSwitchId interface{}
  • Type: interface{}