kubernetes.aio.client.models.v1_server_address_by_client_cidr module¶
Kubernetes
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
The version of the OpenAPI document: release-1.36 Generated by: https://openapi-generator.tech
- class kubernetes.aio.client.models.v1_server_address_by_client_cidr.V1ServerAddressByClientCIDR(client_cidr=None, server_address=None, local_vars_configuration=None)¶
Bases:
objectNOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'client_cidr': 'clientCIDR', 'server_address': 'serverAddress'}¶
- property client_cidr¶
Gets the client_cidr of this V1ServerAddressByClientCIDR. # noqa: E501
The CIDR with which clients can match their IP to figure out the server address that they should use. # noqa: E501
- Returns:
The client_cidr of this V1ServerAddressByClientCIDR. # noqa: E501
- Return type:
str
- openapi_types = {'client_cidr': 'str', 'server_address': 'str'}¶
- property server_address¶
Gets the server_address of this V1ServerAddressByClientCIDR. # noqa: E501
Address of this server, suitable for a client that matches the above CIDR. This can be a hostname, hostname:port, IP or IP:port. # noqa: E501
- Returns:
The server_address of this V1ServerAddressByClientCIDR. # noqa: E501
- Return type:
str
- to_dict(serialize=False)¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model