Uses of Class
com.oracle.bmc.bastion.model.BastionDnsProxyStatus
-
Packages that use BastionDnsProxyStatus Package Description com.oracle.bmc.bastion.model -
-
Uses of BastionDnsProxyStatus in com.oracle.bmc.bastion.model
Methods in com.oracle.bmc.bastion.model that return BastionDnsProxyStatus Modifier and Type Method Description static BastionDnsProxyStatus
BastionDnsProxyStatus. create(String key)
BastionDnsProxyStatus
Bastion. getDnsProxyStatus()
The current dns proxy status of the bastion.BastionDnsProxyStatus
BastionSummary. 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.Methods in com.oracle.bmc.bastion.model with parameters of type BastionDnsProxyStatus Modifier and Type Method Description Bastion.Builder
Bastion.Builder. dnsProxyStatus(BastionDnsProxyStatus dnsProxyStatus)
The current dns proxy status of the bastion.BastionSummary.Builder
BastionSummary.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.Constructors in com.oracle.bmc.bastion.model with parameters of type BastionDnsProxyStatus Constructor 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.
-