Google Cloud Net App V1 Client - Class LocationMetadata (1.7.0)

Reference documentation and code samples for the Google Cloud Net App V1 Client class LocationMetadata.

Metadata for a given google.cloud.location.Location.

Generated from protobuf message google.cloud.netapp.v1.LocationMetadata

Namespace

Google \ Cloud \ NetApp \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ supported_service_levels array

Output only. Supported service levels in a location.

↳ supported_flex_performance array

Output only. Supported flex performance in a location.

↳ has_vcp bool

Output only. Indicates if the location has VCP support.

getSupportedServiceLevels

Output only. Supported service levels in a location.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setSupportedServiceLevels

Output only. Supported service levels in a location.

Parameter
Name Description
var int[]
Returns
Type Description
$this

getSupportedFlexPerformance

Output only. Supported flex performance in a location.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setSupportedFlexPerformance

Output only. Supported flex performance in a location.

Parameter
Name Description
var int[]
Returns
Type Description
$this

getHasVcp

Output only. Indicates if the location has VCP support.

Returns
Type Description
bool

setHasVcp

Output only. Indicates if the location has VCP support.

Parameter
Name Description
var bool
Returns
Type Description
$this