Package | Description |
---|---|
com.oracle.bmc.bastion.model |
Modifier and Type | Method and Description |
---|---|
static BastionDnsProxyStatus |
BastionDnsProxyStatus.create(String key) |
BastionDnsProxyStatus |
BastionSummary.getDnsProxyStatus()
The current dns proxy status of the bastion.
|
BastionDnsProxyStatus |
Bastion.getDnsProxyStatus()
The current dns proxy status of the bastion.
|
BastionDnsProxyStatus |
CreateBastionDetails.getDnsProxyStatus()
The desired dns proxy status of the bastion.
|
static BastionDnsProxyStatus |
BastionDnsProxyStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BastionDnsProxyStatus[] |
BastionDnsProxyStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BastionSummary.Builder |
BastionSummary.Builder.dnsProxyStatus(BastionDnsProxyStatus dnsProxyStatus)
The current dns proxy status of the bastion.
|
Bastion.Builder |
Bastion.Builder.dnsProxyStatus(BastionDnsProxyStatus dnsProxyStatus)
The current dns proxy status of the bastion.
|
CreateBastionDetails.Builder |
CreateBastionDetails.Builder.dnsProxyStatus(BastionDnsProxyStatus dnsProxyStatus)
The desired dns proxy status of the bastion.
|
Constructor and Description |
---|
Bastion(String bastionType,
String id,
String name,
String compartmentId,
String targetVcnId,
String targetSubnetId,
String phoneBookEntry,
List<String> clientCidrBlockAllowList,
List<String> staticJumpHostIpAddresses,
String privateEndpointIpAddress,
Integer maxSessionTtlInSeconds,
Integer maxSessionsAllowed,
BastionDnsProxyStatus dnsProxyStatus,
Date timeCreated,
Date timeUpdated,
BastionLifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
BastionSummary(String bastionType,
String id,
String name,
String compartmentId,
String targetVcnId,
String targetSubnetId,
BastionDnsProxyStatus dnsProxyStatus,
Date timeCreated,
Date timeUpdated,
BastionLifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
CreateBastionDetails(String bastionType,
String name,
String compartmentId,
String targetSubnetId,
String phoneBookEntry,
List<String> staticJumpHostIpAddresses,
List<String> clientCidrBlockAllowList,
Integer maxSessionTtlInSeconds,
BastionDnsProxyStatus dnsProxyStatus,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.