models_v2.new_network_config_1 module

class models_v2.new_network_config_1.NewNetworkConfig1(network_port_group=None, vnic_profile=None)[source]

Bases: object

Implementation of the ‘NewNetworkConfig1’ model.

Specifies the new network configuration of the Kvm recovery.

Attributes:
network_port_group (NetworkPortGroup): Specifies the network port

group (i.e, either a standard switch port group or a distributed port group) that will attached to the recovered Object. This parameter is mandatory if detach network is specified as false.

vnic_profile (VnicProfile): Specifies VNic profile that will be

attached to the restored object.

classmethod from_dictionary(dictionary)[source]

Creates an instance of this model from a dictionary

Args:

dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.

Returns:

object: An instance of this structure class.