models_v2.network_config_6 module¶
- 
class 
models_v2.network_config_6.NetworkConfig6(detach_network=None, new_network_config=None)[source]¶ Bases:
objectImplementation of the ‘NetworkConfig6’ model.
Specifies the networking configuration to be applied to this standby resource.
- Attributes:
 - detach_network (bool): If this is set to true, then the network will
 be detached from the recovered VMs. All the other networking parameters set will be ignored if set to true. Default value is false.
- new_network_config (NewNetworkConfig): Specifies a new network
 configuration for the VM recovery.
- 
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.