VirtualNetworkAddress Class

Definition

Virtual IP resource belonging to a vm cluster resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.VirtualNetworkAddressTypeConverter))]
public class VirtualNetworkAddress : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IVirtualNetworkAddress, Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.VirtualNetworkAddressTypeConverter))>]
type VirtualNetworkAddress = class
    interface IVirtualNetworkAddress
    interface IJsonSerializable
    interface IProxyResource
    interface IResource
    interface IValidates
Public Class VirtualNetworkAddress
Implements IValidates, IVirtualNetworkAddress
Inheritance
VirtualNetworkAddress
Attributes
Implements

Constructors

Name Description
VirtualNetworkAddress()

Creates an new VirtualNetworkAddress instance.

Properties

Name Description
Domain

Virtual network address fully qualified domain name.

Id

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

IPAddress

Virtual network Address address.

LifecycleDetail

Additional information about the current lifecycle state of the application virtual IP (VIP) address.

LifecycleState

virtual network address lifecycle state.

Name

The name of the resource

Ocid

Application VIP OCID.

ProvisioningState

Azure resource provisioning state.

ResourceGroupName

Gets the resource group name

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

TimeAssigned

The date and time when the create operation for the application virtual IP (VIP) address completed.

Type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

VMOcid

Virtual Machine OCID.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of VirtualNetworkAddress.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of VirtualNetworkAddress.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IVirtualNetworkAddress.

FromJsonString(String)

Creates a new instance of VirtualNetworkAddress, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of VirtualNetworkAddress into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to