IVirtualNetworkAddressProperties Interface

Definition

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

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
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to