Class PortForwardingSessionTargetResourceDetails
Details about a port forwarding session for a target resource.
Inherited Members
Namespace: Oci.BastionService.Models
Assembly: OCI.DotNetSDK.Bastion.dll
Syntax
public class PortForwardingSessionTargetResourceDetails : TargetResourceDetails
Properties
TargetResourceDisplayName
Declaration
[JsonProperty(PropertyName = "targetResourceDisplayName")]
public string TargetResourceDisplayName { get; set; }
Property Value
Type | Description |
---|---|
string | The display name of the target Compute instance that the session connects to. |
TargetResourceFqdn
Declaration
[JsonProperty(PropertyName = "targetResourceFqdn")]
public string TargetResourceFqdn { get; set; }
Property Value
Type | Description |
---|---|
string | The Fully Qualified Domain Name of the target resource that the session connects to. |
TargetResourceId
Declaration
[JsonProperty(PropertyName = "targetResourceId")]
public string TargetResourceId { get; set; }
Property Value
Type | Description |
---|---|
string | The unique identifier (OCID) of the target resource (a Compute instance, for example) that the session connects to. |
TargetResourcePort
Declaration
[JsonProperty(PropertyName = "targetResourcePort")]
public int? TargetResourcePort { get; set; }
Property Value
Type | Description |
---|---|
int? | The port number to connect to on the target resource. |
TargetResourcePrivateIpAddress
Declaration
[JsonProperty(PropertyName = "targetResourcePrivateIpAddress")]
public string TargetResourcePrivateIpAddress { get; set; }
Property Value
Type | Description |
---|---|
string | The private IP address of the target resource that the session connects to. |