Class AllowedIPPortResource
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.ibm_key_protect_api.v2.model.AllowedIPPortResource
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class AllowedIPPortResource extends com.ibm.cloud.sdk.core.service.model.GenericModel
Metadata of the port associated with an instance with an allowed IP policy.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getPrivateEndpointPort()
Gets the privateEndpointPort.
-
-
-
Method Detail
-
getPrivateEndpointPort
public Long getPrivateEndpointPort()
Gets the privateEndpointPort. The port required to access an instance with an allowed IP policy via the Key Protect private service endpoint. Cannot be used with the Key Protect public service endpoint. For more information, see [accessing an instance via private endpoint](/docs/key-protect?topic=key-protect-manage-allowed-ip#access-allowed-ip-private-endpoint) for instructions on how to use the `private_endpoint_port` value.- Returns:
- the privateEndpointPort
-
-