OlvmNicConfiguration

class oci.cloud_bridge.models.OlvmNicConfiguration(**kwargs)

Bases: object

The type describes the configuration of a virtual network interface.

Methods

__init__(**kwargs) Initializes a new OlvmNicConfiguration object with values from keyword arguments.

Attributes

boot_protocol Gets the boot_protocol of this OlvmNicConfiguration.
ip Gets the ip of this OlvmNicConfiguration.
ipv6 Gets the ipv6 of this OlvmNicConfiguration.
ipv6_boot_protocol Gets the ipv6_boot_protocol of this OlvmNicConfiguration.
is_on_boot Gets the is_on_boot of this OlvmNicConfiguration.
name Gets the name of this OlvmNicConfiguration.
__init__(**kwargs)

Initializes a new OlvmNicConfiguration object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • boot_protocol (oci.cloud_bridge.models.OlvmBootProtocol) – The value to assign to the boot_protocol property of this OlvmNicConfiguration.
  • ip (oci.cloud_bridge.models.OlvmIp) – The value to assign to the ip property of this OlvmNicConfiguration.
  • ipv6 (oci.cloud_bridge.models.OlvmIp) – The value to assign to the ipv6 property of this OlvmNicConfiguration.
  • ipv6_boot_protocol (oci.cloud_bridge.models.OlvmBootProtocol) – The value to assign to the ipv6_boot_protocol property of this OlvmNicConfiguration.
  • name (str) – The value to assign to the name property of this OlvmNicConfiguration.
  • is_on_boot (bool) – The value to assign to the is_on_boot property of this OlvmNicConfiguration.
boot_protocol

Gets the boot_protocol of this OlvmNicConfiguration.

Returns:The boot_protocol of this OlvmNicConfiguration.
Return type:oci.cloud_bridge.models.OlvmBootProtocol
ip

Gets the ip of this OlvmNicConfiguration.

Returns:The ip of this OlvmNicConfiguration.
Return type:oci.cloud_bridge.models.OlvmIp
ipv6

Gets the ipv6 of this OlvmNicConfiguration.

Returns:The ipv6 of this OlvmNicConfiguration.
Return type:oci.cloud_bridge.models.OlvmIp
ipv6_boot_protocol

Gets the ipv6_boot_protocol of this OlvmNicConfiguration.

Returns:The ipv6_boot_protocol of this OlvmNicConfiguration.
Return type:oci.cloud_bridge.models.OlvmBootProtocol
is_on_boot

Gets the is_on_boot of this OlvmNicConfiguration. Specifies whether the network interface should be activated on the virtual machine guest operating system boot.

Returns:The is_on_boot of this OlvmNicConfiguration.
Return type:bool
name

Gets the name of this OlvmNicConfiguration. Network interface name.

Returns:The name of this OlvmNicConfiguration.
Return type:str