Package | Description |
---|---|
com.oracle.bmc.apigateway.model |
Modifier and Type | Method and Description |
---|---|
IpAddress |
IpAddress.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<IpAddress> |
Gateway.getIpAddresses()
An array of IP addresses associated with the gateway.
|
Modifier and Type | Method and Description |
---|---|
IpAddress.Builder |
IpAddress.Builder.copy(IpAddress model) |
Modifier and Type | Method and Description |
---|---|
Gateway.Builder |
Gateway.Builder.ipAddresses(List<IpAddress> ipAddresses)
An array of IP addresses associated with the gateway.
|
Constructor and Description |
---|
Gateway(String id,
String displayName,
String compartmentId,
Gateway.EndpointType endpointType,
String subnetId,
List<String> networkSecurityGroupIds,
Date timeCreated,
Date timeUpdated,
Gateway.LifecycleState lifecycleState,
String lifecycleDetails,
String hostname,
String certificateId,
List<IpAddress> ipAddresses,
ResponseCacheDetails responseCacheDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
List<CaBundle> caBundles)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.