Struct rusoto_directconnect::AllocatePrivateVirtualInterfaceRequest[][src]

pub struct AllocatePrivateVirtualInterfaceRequest {
    pub connection_id: String,
    pub new_private_virtual_interface_allocation: NewPrivateVirtualInterfaceAllocation,
    pub owner_account: String,
}

Container for the parameters to the AllocatePrivateVirtualInterface operation.

Fields

The connection ID on which the private virtual interface is provisioned.

Default: None

Detailed information for the private virtual interface to be provisioned.

Default: None

The AWS account that will own the new private virtual interface.

Default: None

Trait Implementations

impl Default for AllocatePrivateVirtualInterfaceRequest
[src]

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

impl Debug for AllocatePrivateVirtualInterfaceRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for AllocatePrivateVirtualInterfaceRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for AllocatePrivateVirtualInterfaceRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations