public static class CreateManagedSshSessionTargetResourceDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateManagedSshSessionTargetResourceDetails |
build() |
CreateManagedSshSessionTargetResourceDetails.Builder |
copy(CreateManagedSshSessionTargetResourceDetails model) |
CreateManagedSshSessionTargetResourceDetails.Builder |
targetResourceId(String targetResourceId)
The unique identifier (OCID) of the target resource (a Compute instance, for example)
that the session connects to.
|
CreateManagedSshSessionTargetResourceDetails.Builder |
targetResourceOperatingSystemUserName(String targetResourceOperatingSystemUserName)
The name of the user on the target resource operating system that the session uses for
the connection.
|
CreateManagedSshSessionTargetResourceDetails.Builder |
targetResourcePort(Integer targetResourcePort)
The port number to connect to on the target resource.
|
CreateManagedSshSessionTargetResourceDetails.Builder |
targetResourcePrivateIpAddress(String targetResourcePrivateIpAddress)
The private IP address of the target resource that the session connects to.
|
public CreateManagedSshSessionTargetResourceDetails.Builder targetResourceOperatingSystemUserName(String targetResourceOperatingSystemUserName)
The name of the user on the target resource operating system that the session uses for the connection.
targetResourceOperatingSystemUserName
- the value to setpublic CreateManagedSshSessionTargetResourceDetails.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 CreateManagedSshSessionTargetResourceDetails.Builder targetResourcePrivateIpAddress(String targetResourcePrivateIpAddress)
The private IP address of the target resource that the session connects to.
targetResourcePrivateIpAddress
- the value to setpublic CreateManagedSshSessionTargetResourceDetails.Builder targetResourcePort(Integer targetResourcePort)
The port number to connect to on the target resource.
targetResourcePort
- the value to setpublic CreateManagedSshSessionTargetResourceDetails build()
public CreateManagedSshSessionTargetResourceDetails.Builder copy(CreateManagedSshSessionTargetResourceDetails model)
Copyright © 2016–2024. All rights reserved.