odb / Client / list_gi_minor_versions
list_gi_minor_versions¶
- odb.Client.list_gi_minor_versions(**kwargs)¶
Returns a list of the Oracle Grid Infrastructure (GI) minor versions for the specified major version.
See also: AWS API Documentation
Request Syntax
response = client.list_gi_minor_versions( giVersion='string', maxResults=123, nextToken='string', shapeFamily='string', availabilityZone='string', availabilityZoneId='string' )
- Parameters:
giVersion (string) –
[REQUIRED]
The Oracle Grid Infrastructure (GI) major version.
maxResults (integer) – The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output.
nextToken (string) – The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
shapeFamily (string) – The shape family for the GI minor version.
availabilityZone (string) – The Availability Zone to filter GI minor versions.
availabilityZoneId (string) – The Availability Zone ID to filter GI minor versions.
- Return type:
dict
- Returns:
Response Syntax
{ 'nextToken': 'string', 'giMinorVersions': [ { 'version': 'string', 'gridImageId': 'string' }, ] }
Response Structure
(dict) –
nextToken (string) –
The token to include in another request to get the next page of items. This value is
nullwhen there are no more items to return.giMinorVersions (list) –
The list of GI minor versions.
(dict) –
Summary information about an Oracle Grid Infrastructure (GI) minor version.
version (string) –
The GI minor version.
gridImageId (string) –
The Grid Infrastructure software image ID for this minor version.
Exceptions
odb.Client.exceptions.ThrottlingExceptionodb.Client.exceptions.ValidationExceptionodb.Client.exceptions.AccessDeniedExceptionodb.Client.exceptions.InternalServerException