VirtualNetworkAddressProperties Class

Definition

virtualNetworkAddress resource properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.VirtualNetworkAddressPropertiesTypeConverter))]
public class VirtualNetworkAddressProperties : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IVirtualNetworkAddressProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.VirtualNetworkAddressPropertiesTypeConverter))>]
type VirtualNetworkAddressProperties = class
    interface IVirtualNetworkAddressProperties
    interface IJsonSerializable
Public Class VirtualNetworkAddressProperties
Implements IVirtualNetworkAddressProperties
Inheritance
VirtualNetworkAddressProperties
Attributes
Implements

Constructors

Name Description
VirtualNetworkAddressProperties()

Creates an new VirtualNetworkAddressProperties instance.

Properties

Name Description
Domain

Virtual network address fully qualified domain name.

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.

Ocid

Application VIP OCID.

ProvisioningState

Azure resource provisioning state.

TimeAssigned

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

VMOcid

Virtual Machine OCID.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of VirtualNetworkAddressProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of VirtualNetworkAddressProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of VirtualNetworkAddressProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to