public static class PortForwardingSessionTargetResourceDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PortForwardingSessionTargetResourceDetails |
build() |
PortForwardingSessionTargetResourceDetails.Builder |
copy(PortForwardingSessionTargetResourceDetails model) |
PortForwardingSessionTargetResourceDetails.Builder |
targetResourceDisplayName(String targetResourceDisplayName)
The display name of the target Compute instance that the session connects to.
|
PortForwardingSessionTargetResourceDetails.Builder |
targetResourceFqdn(String targetResourceFqdn)
The Fully Qualified Domain Name of the target resource that the session connects to.
|
PortForwardingSessionTargetResourceDetails.Builder |
targetResourceId(String targetResourceId)
The unique identifier (OCID) of the target resource (a Compute instance, for example)
that the session connects to.
|
PortForwardingSessionTargetResourceDetails.Builder |
targetResourcePort(Integer targetResourcePort)
The port number to connect to on the target resource.
|
PortForwardingSessionTargetResourceDetails.Builder |
targetResourcePrivateIpAddress(String targetResourcePrivateIpAddress)
The private IP address of the target resource that the session connects to.
|
public PortForwardingSessionTargetResourceDetails.Builder targetResourceId(String targetResourceId)
The unique identifier (OCID) of the target resource (a Compute instance, for example) that the session connects to.
targetResourceId
- the value to setpublic PortForwardingSessionTargetResourceDetails.Builder targetResourcePrivateIpAddress(String targetResourcePrivateIpAddress)
The private IP address of the target resource that the session connects to.
targetResourcePrivateIpAddress
- the value to setpublic PortForwardingSessionTargetResourceDetails.Builder targetResourceDisplayName(String targetResourceDisplayName)
The display name of the target Compute instance that the session connects to.
targetResourceDisplayName
- the value to setpublic PortForwardingSessionTargetResourceDetails.Builder targetResourceFqdn(String targetResourceFqdn)
The Fully Qualified Domain Name of the target resource that the session connects to.
targetResourceFqdn
- the value to setpublic PortForwardingSessionTargetResourceDetails.Builder targetResourcePort(Integer targetResourcePort)
The port number to connect to on the target resource.
targetResourcePort
- the value to setpublic PortForwardingSessionTargetResourceDetails build()
public PortForwardingSessionTargetResourceDetails.Builder copy(PortForwardingSessionTargetResourceDetails model)
Copyright © 2016–2024. All rights reserved.