vcenter ovf: source network

The source_network structure contains information about a network in the OVF package.

See Import#tryDeploy, Import#deploy, deploy, and filter.

Representation:

{
    "name""string",
    "description""string",
    "target""obj-103"
}

Attributes:

Name Type Description
Optional
name string Name of the network.

Optional. This field must be provided in the input parameters when deploying an OVF package. This field will always be present in the result when retrieving information about an OVF package.

description string Description of the network.

Optional. This field is not used in the input parameters when deploying an OVF package. This field will always be present in the result when retrieving information about an OVF package.

target string Identifier of the network in the deployment environment to which this network from the OVF package should be connected.

Optional. This field is optional in the input parameters when deploying an OVF package. If unset there is no target assignment. This field is optional in the result when retrieving information about an OVF package. If unset there is no target assignment.When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: Network. When operations return a value of this structure as a result, the field will be an identifier for the resource type: Network.