ComputeInstanceConnectivityEndpointsResponse

data class ComputeInstanceConnectivityEndpointsResponse(val privateIpAddress: String, val publicIpAddress: String)

Defines all connectivity endpoints and properties for an ComputeInstance.

Constructors

constructor(privateIpAddress: String, publicIpAddress: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Private IP Address of this ComputeInstance (local to the VNET in which the compute instance is deployed).

Link copied to clipboard

Public IP Address of this ComputeInstance.