vcenter ovf: target network

The target_network structure contains information about a network in the deployment environment.

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

Representation:

{
    "accessible"true,
    "name""string",
    "id""obj-103",
    "inaccessible_reasons"[
        "NO_ASSIGN_RIGHT",
        "NO_ASSIGN_RIGHT"
    ]
}

Attributes:

Name Type Description
Optional
id string The identifier of 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.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.

accessible boolean Flag indicating whether or not there are sufficient privileges to assign to the network. If not, vcenter.ovf.target_network.inaccessible_reasons will indicate why.

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.

inaccessible_reasons string[] If the network cannot be used (vcenter.ovf.target_network.accessible is false), this will describe why.

If the network is accessible (vcenter.ovf.target_network.accessible is true), this will be empty.

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.

name string The name of the target 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.