Package com.ibm.cloud.is.vpc.v1.model
Interface InstanceMetadataService.Protocol
-
- Enclosing class:
- InstanceMetadataService
public static interface InstanceMetadataService.Protocol
The communication protocol to use for the metadata service endpoint. Applies only when the metadata service is enabled. - `http`: HTTP protocol (unencrypted) - `https`: HTTP Secure protocol.
-
-
Field Detail
-
HTTP
static final String HTTP
http.- See Also:
- Constant Field Values
-
HTTPS
static final String HTTPS
https.- See Also:
- Constant Field Values
-
-