OlvmNicConfiguration

class oci.cloud_migrations.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

Gets the boot_protocol of this OlvmNicConfiguration.

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

Gets the ip of this OlvmNicConfiguration.

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

Gets the ipv6 of this OlvmNicConfiguration.

Returns:The ipv6 of this OlvmNicConfiguration.
Return type:oci.cloud_migrations.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_migrations.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