GetInstanceMetadataOption constructor
const
GetInstanceMetadataOption({})
Creates a new GetInstanceMetadataOption.
httpEndpoint State of the metadata service: enabled, disabled.
httpProtocolIpv6 Whether the IPv6 endpoint for the instance metadata service is enabled or disabled
httpPutResponseHopLimit Desired HTTP PUT response hop limit for instance metadata requests.
httpTokens If session tokens are required: optional, required.
instanceMetadataTags If access to instance tags is allowed from the metadata service: enabled, disabled.
Implementation
const GetInstanceMetadataOption({
required this.httpEndpoint,
required this.httpProtocolIpv6,
required this.httpPutResponseHopLimit,
required this.httpTokens,
required this.instanceMetadataTags,
});