public static class CreatePortForwardingSessionTargetResourceDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public CreatePortForwardingSessionTargetResourceDetails.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 CreatePortForwardingSessionTargetResourceDetails.Builder targetResourcePrivateIpAddress(String targetResourcePrivateIpAddress)
The private IP address of the target resource that the session connects to.
targetResourcePrivateIpAddress
- the value to setpublic CreatePortForwardingSessionTargetResourceDetails.Builder targetResourceFqdn(String targetResourceFqdn)
The Fully Qualified Domain Name of the target resource that the session connects to.
targetResourceFqdn
- the value to setpublic CreatePortForwardingSessionTargetResourceDetails.Builder targetResourcePort(Integer targetResourcePort)
The port number to connect to on the target resource.
targetResourcePort
- the value to setpublic CreatePortForwardingSessionTargetResourceDetails build()
Copyright © 2016–2024. All rights reserved.