Struct rusoto_directconnect::AssociateVirtualInterfaceRequest [] [src]

pub struct AssociateVirtualInterfaceRequest {
    pub connection_id: String,
    pub virtual_interface_id: String,
}

Container for the parameters to the AssociateVirtualInterface operation.

Fields

The ID of the LAG or connection with which to associate the virtual interface.

Example: dxlag-abc123 or dxcon-abc123

Default: None

The ID of the virtual interface.

Example: dxvif-123dfg56

Default: None

Trait Implementations

impl Default for AssociateVirtualInterfaceRequest
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for AssociateVirtualInterfaceRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for AssociateVirtualInterfaceRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more