OlvmNicConfiguration¶
-
class
oci.cloud_migrations.models.OlvmNicConfiguration(**kwargs)¶ Bases:
objectThe type describes the configuration of a virtual network interface.
Methods
__init__(**kwargs)Initializes a new OlvmNicConfiguration object with values from keyword arguments. Attributes
boot_protocolGets the boot_protocol of this OlvmNicConfiguration. ipGets the ip of this OlvmNicConfiguration. ipv6Gets the ipv6 of this OlvmNicConfiguration. ipv6_boot_protocolGets the ipv6_boot_protocol of this OlvmNicConfiguration. is_on_bootGets the is_on_boot of this OlvmNicConfiguration. nameGets 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_migrations.models.OlvmBootProtocol) – The value to assign to the boot_protocol property of this OlvmNicConfiguration.
- ip (oci.cloud_migrations.models.OlvmIp) – The value to assign to the ip property of this OlvmNicConfiguration.
- ipv6 (oci.cloud_migrations.models.OlvmIp) – The value to assign to the ipv6 property of this OlvmNicConfiguration.
- ipv6_boot_protocol (oci.cloud_migrations.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_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
-