OlvmVnicProfileAssetDetails¶
-
class
oci.cloud_migrations.models.OlvmVnicProfileAssetDetails(**kwargs)¶ Bases:
objectOLVM Vnic Profile type of asset.
Methods
__init__(**kwargs)Initializes a new OlvmVnicProfileAssetDetails object with values from keyword arguments. Attributes
olvm_vnic_profile[Required] Gets the olvm_vnic_profile of this OlvmVnicProfileAssetDetails. -
__init__(**kwargs)¶ Initializes a new OlvmVnicProfileAssetDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: olvm_vnic_profile (oci.cloud_migrations.models.OlvmVnicProfileProperties) – The value to assign to the olvm_vnic_profile property of this OlvmVnicProfileAssetDetails.
-
olvm_vnic_profile¶ [Required] Gets the olvm_vnic_profile of this OlvmVnicProfileAssetDetails.
Returns: The olvm_vnic_profile of this OlvmVnicProfileAssetDetails. Return type: oci.cloud_migrations.models.OlvmVnicProfileProperties
-