VirtualNetwork Interface

public interface VirtualNetwork

An immutable client-side representation of VirtualNetwork.

Method Summary

Modifier and Type Method and Description
abstract Boolean assignable()

Gets the assignable property: can be used in vm creation/deletion.

abstract String id()

Gets the id property: virtual network id (privateCloudId:vsphereId).

abstract VirtualNetworkInner innerModel()

Gets the inner com.azure.resourcemanager.vmwarecloudsimple.fluent.models.VirtualNetworkInner object.

abstract String location()

Gets the location property: Azure region.

abstract String name()

Gets the name property: {VirtualNetworkName}.

abstract String privateCloudId()

Gets the privateCloudId property: The Private Cloud id.

abstract String type()

Gets the type property: {resourceProviderNamespace}/{resourceType}.

Method Details

assignable

public abstract Boolean assignable()

Gets the assignable property: can be used in vm creation/deletion.

Returns:

the assignable value.

id

public abstract String id()

Gets the id property: virtual network id (privateCloudId:vsphereId).

Returns:

the id value.

innerModel

public abstract VirtualNetworkInner innerModel()

Gets the inner com.azure.resourcemanager.vmwarecloudsimple.fluent.models.VirtualNetworkInner object.

Returns:

the inner object.

location

public abstract String location()

Gets the location property: Azure region.

Returns:

the location value.

name

public abstract String name()

Gets the name property: {VirtualNetworkName}.

Returns:

the name value.

privateCloudId

public abstract String privateCloudId()

Gets the privateCloudId property: The Private Cloud id.

Returns:

the privateCloudId value.

type

public abstract String type()

Gets the type property: {resourceProviderNamespace}/{resourceType}.

Returns:

the type value.

Applies to