Package | Description |
---|---|
com.oracle.bmc.bastion.model |
Modifier and Type | Method and Description |
---|---|
CreateBastionDetails.Builder |
CreateBastionDetails.Builder.bastionType(String bastionType)
The type of bastion.
|
static CreateBastionDetails.Builder |
CreateBastionDetails.builder()
Create a new builder.
|
CreateBastionDetails.Builder |
CreateBastionDetails.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.
|
CreateBastionDetails.Builder |
CreateBastionDetails.Builder.compartmentId(String compartmentId)
The unique identifier (OCID) of the compartment where the bastion is located.
|
CreateBastionDetails.Builder |
CreateBastionDetails.Builder.copy(CreateBastionDetails model) |
CreateBastionDetails.Builder |
CreateBastionDetails.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
CreateBastionDetails.Builder |
CreateBastionDetails.Builder.dnsProxyStatus(BastionDnsProxyStatus dnsProxyStatus)
The desired dns proxy status of the bastion.
|
CreateBastionDetails.Builder |
CreateBastionDetails.Builder.freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
CreateBastionDetails.Builder |
CreateBastionDetails.Builder.maxSessionTtlInSeconds(Integer maxSessionTtlInSeconds)
The maximum amount of time that any session on the bastion can remain active.
|
CreateBastionDetails.Builder |
CreateBastionDetails.Builder.name(String name)
The name of the bastion, which can’t be changed after creation.
|
CreateBastionDetails.Builder |
CreateBastionDetails.Builder.phoneBookEntry(String phoneBookEntry)
The phonebook entry of the customer’s team, which can’t be changed after creation.
|
CreateBastionDetails.Builder |
CreateBastionDetails.Builder.staticJumpHostIpAddresses(List<String> staticJumpHostIpAddresses)
A list of IP addresses of the hosts that the bastion has access to.
|
CreateBastionDetails.Builder |
CreateBastionDetails.Builder.targetSubnetId(String targetSubnetId)
The unique identifier (OCID) of the subnet that the bastion connects to.
|
CreateBastionDetails.Builder |
CreateBastionDetails.toBuilder() |
Copyright © 2016–2024. All rights reserved.