LocalNetworkResourceProperties Class

Information about a Service Fabric container network local to a single Service Fabric cluster.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.servicefabric.models._models_py3.NetworkResourceProperties
LocalNetworkResourceProperties

Constructor

LocalNetworkResourceProperties(*, description: Optional[str] = None, network_address_prefix: Optional[str] = None, **kwargs)

Parameters

kind
str
Required

Required. Constant filled by server.

description
str
Required

User readable description of the network.

network_address_prefix
str
Required

Address space for the local container network.

Variables

status
str or ResourceStatus

Status of the network. Possible values include: 'Unknown', 'Ready', 'Upgrading', 'Creating', 'Deleting', 'Failed'

status_details
str

Gives additional information about the current status of the network.