IVirtualNetworkAddressProperties Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |