Bastion.Builder | 
Bastion.Builder.bastionType(String bastionType) | 
 The type of bastion. 
 | 
static Bastion.Builder | 
Bastion.builder() | 
 Create a new builder. 
 | 
Bastion.Builder | 
Bastion.Builder.clientCidrBlockAllowList(List<String> clientCidrBlockAllowList) | 
 A list of address ranges in CIDR notation that you want to allow to connect to sessions
hosted by this bastion. 
 | 
Bastion.Builder | 
Bastion.Builder.compartmentId(String compartmentId) | 
 The unique identifier (OCID) of the compartment where the bastion is located. 
 | 
Bastion.Builder | 
Bastion.Builder.copy(Bastion model) | 
  | 
Bastion.Builder | 
Bastion.Builder.definedTags(Map<String,Map<String,Object>> definedTags) | 
 Defined tags for this resource. 
 | 
Bastion.Builder | 
Bastion.Builder.dnsProxyStatus(BastionDnsProxyStatus dnsProxyStatus) | 
 The current dns proxy status of the bastion. 
 | 
Bastion.Builder | 
Bastion.Builder.freeformTags(Map<String,String> freeformTags) | 
 Simple key-value pair that is applied without any predefined name, type or scope. 
 | 
Bastion.Builder | 
Bastion.Builder.id(String id) | 
 The unique identifier (OCID) of the bastion, which can’t be changed after creation. 
 | 
Bastion.Builder | 
Bastion.Builder.lifecycleDetails(String lifecycleDetails) | 
 A message describing the current state in more detail. 
 | 
Bastion.Builder | 
Bastion.Builder.lifecycleState(BastionLifecycleState lifecycleState) | 
 The current state of the bastion. 
 | 
Bastion.Builder | 
Bastion.Builder.maxSessionsAllowed(Integer maxSessionsAllowed) | 
 The maximum number of active sessions allowed on the bastion. 
 | 
Bastion.Builder | 
Bastion.Builder.maxSessionTtlInSeconds(Integer maxSessionTtlInSeconds) | 
 The maximum amount of time that any session on the bastion can remain active. 
 | 
Bastion.Builder | 
Bastion.Builder.name(String name) | 
 The name of the bastion, which can’t be changed after creation. 
 | 
Bastion.Builder | 
Bastion.Builder.phoneBookEntry(String phoneBookEntry) | 
 The phonebook entry of the customer’s team, which can’t be changed after creation. 
 | 
Bastion.Builder | 
Bastion.Builder.privateEndpointIpAddress(String privateEndpointIpAddress) | 
 The private IP address of the created private endpoint. 
 | 
Bastion.Builder | 
Bastion.Builder.staticJumpHostIpAddresses(List<String> staticJumpHostIpAddresses) | 
 A list of IP addresses of the hosts that the bastion has access to. 
 | 
Bastion.Builder | 
Bastion.Builder.systemTags(Map<String,Map<String,Object>> systemTags) | 
 Usage of system tag keys. 
 | 
Bastion.Builder | 
Bastion.Builder.targetSubnetId(String targetSubnetId) | 
 The unique identifier (OCID) of the subnet that the bastion connects to. 
 | 
Bastion.Builder | 
Bastion.Builder.targetVcnId(String targetVcnId) | 
 The unique identifier (OCID) of the virtual cloud network (VCN) that the bastion connects
to. 
 | 
Bastion.Builder | 
Bastion.Builder.timeCreated(Date timeCreated) | 
 The time the bastion was created. 
 | 
Bastion.Builder | 
Bastion.Builder.timeUpdated(Date timeUpdated) | 
 The time the bastion was updated. 
 | 
Bastion.Builder | 
Bastion.toBuilder() | 
  |