Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ class ApplicationBackupConfigurationInfo(BackupConfigurationInfo):
this Service Fabric application or service or partition.
:type policy_name: str
:param policy_inherited_from: Specifies the scope at which the backup
policy is applied.
. Possible values include: 'Invalid', 'Partition', 'Service',
'Application'
policy is applied. Possible values include: 'Invalid', 'Partition',
'Service', 'Application'
:type policy_inherited_from: str or
~azure.servicefabric.models.BackupPolicyScope
:param suspension_info: Describes the backup suspension details.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ class ApplicationBackupConfigurationInfo(BackupConfigurationInfo):
this Service Fabric application or service or partition.
:type policy_name: str
:param policy_inherited_from: Specifies the scope at which the backup
policy is applied.
. Possible values include: 'Invalid', 'Partition', 'Service',
'Application'
policy is applied. Possible values include: 'Invalid', 'Partition',
'Service', 'Application'
:type policy_inherited_from: str or
~azure.servicefabric.models.BackupPolicyScope
:param suspension_info: Describes the backup suspension details.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ class ApplicationCapacityDescription(Model):
- Limiting the total number of nodes that services of this application can
run on
- Limiting the custom capacity metrics to limit the total consumption of
this metric by the services of this application
.
this metric by the services of this application.

:param minimum_nodes: The minimum number of nodes where Service Fabric
will reserve capacity for this application. Note that this does not mean
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ class ApplicationCapacityDescription(Model):
- Limiting the total number of nodes that services of this application can
run on
- Limiting the custom capacity metrics to limit the total consumption of
this metric by the services of this application
.
this metric by the services of this application.

:param minimum_nodes: The minimum number of nodes where Service Fabric
will reserve capacity for this application. Note that this does not mean
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ class ApplicationHealth(EntityHealth):
aggregated health state of the entity computed by Health Manager.
The health evaluation of the entity reflects all events reported on the
entity and its children (if any).
The aggregation is done by applying the desired health policy.
. Possible values include: 'Invalid', 'Ok', 'Warning', 'Error', 'Unknown'
The aggregation is done by applying the desired health policy. Possible
values include: 'Invalid', 'Ok', 'Warning', 'Error', 'Unknown'
:type aggregated_health_state: str or
~azure.servicefabric.models.HealthState
:param health_events: The list of health events reported on the entity.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
class ApplicationHealthPolicies(Model):
"""Defines the application health policy map used to evaluate the health of an
application or one of its children entities.
.

:param application_health_policy_map: The wrapper that contains the map
with application health policies used to evaluate specific applications in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
class ApplicationHealthPolicies(Model):
"""Defines the application health policy map used to evaluate the health of an
application or one of its children entities.
.

:param application_health_policy_map: The wrapper that contains the map
with application health policies used to evaluate specific applications in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
class ApplicationHealthPolicy(Model):
"""Defines a health policy used to evaluate the health of an application or
one of its children entities.
.

:param consider_warning_as_error: Indicates whether warnings are treated
with the same severity as errors. Default value: False .
Expand All @@ -30,8 +29,7 @@ class ApplicationHealthPolicy(Model):
applications over the number of nodes where the application is currently
deployed on in the cluster.
The computation rounds up to tolerate one failure on small numbers of
nodes. Default percentage is zero.
. Default value: 0 .
nodes. Default percentage is zero. Default value: 0 .
:type max_percent_unhealthy_deployed_applications: int
:param default_service_type_health_policy: The health policy used by
default to evaluate the health of a service type.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

class ApplicationHealthPolicyMapItem(Model):
"""Defines an item in ApplicationHealthPolicyMap.
.

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

class ApplicationHealthPolicyMapItem(Model):
"""Defines an item in ApplicationHealthPolicyMap.
.

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
class ApplicationHealthPolicy(Model):
"""Defines a health policy used to evaluate the health of an application or
one of its children entities.
.

:param consider_warning_as_error: Indicates whether warnings are treated
with the same severity as errors. Default value: False .
Expand All @@ -30,8 +29,7 @@ class ApplicationHealthPolicy(Model):
applications over the number of nodes where the application is currently
deployed on in the cluster.
The computation rounds up to tolerate one failure on small numbers of
nodes. Default percentage is zero.
. Default value: 0 .
nodes. Default percentage is zero. Default value: 0 .
:type max_percent_unhealthy_deployed_applications: int
:param default_service_type_health_policy: The health policy used by
default to evaluate the health of a service type.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ class ApplicationHealth(EntityHealth):
aggregated health state of the entity computed by Health Manager.
The health evaluation of the entity reflects all events reported on the
entity and its children (if any).
The aggregation is done by applying the desired health policy.
. Possible values include: 'Invalid', 'Ok', 'Warning', 'Error', 'Unknown'
The aggregation is done by applying the desired health policy. Possible
values include: 'Invalid', 'Ok', 'Warning', 'Error', 'Unknown'
:type aggregated_health_state: str or
~azure.servicefabric.models.HealthState
:param health_events: The list of health events reported on the entity.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
class ApplicationHealthState(EntityHealthState):
"""Represents the health state of an application, which contains the
application identifier and the aggregated health state.
.

:param aggregated_health_state: The health state of a Service Fabric
entity such as Cluster, Node, Application, Service, Partition, Replica
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ class ApplicationHealthStateChunk(EntityHealthStateChunk):
The application health state chunk contains the application name, its
aggregated health state and any children services and deployed applications
that respect the filters in cluster health chunk query description.
.

:param health_state: The health state of a Service Fabric entity such as
Cluster, Node, Application, Service, Partition, Replica etc. Possible
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ class ApplicationHealthStateChunkList(EntityHealthStateChunkList):
"""The list of application health state chunks in the cluster that respect the
input filters in the chunk query. Returned by get cluster health state
chunks query.
.

:param total_count: Total number of entity health state objects that match
the specified filters from the cluster health chunk query description.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ class ApplicationHealthStateChunkList(EntityHealthStateChunkList):
"""The list of application health state chunks in the cluster that respect the
input filters in the chunk query. Returned by get cluster health state
chunks query.
.

:param total_count: Total number of entity health state objects that match
the specified filters from the cluster health chunk query description.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ class ApplicationHealthStateChunk(EntityHealthStateChunk):
The application health state chunk contains the application name, its
aggregated health state and any children services and deployed applications
that respect the filters in cluster health chunk query description.
.

:param health_state: The health state of a Service Fabric entity such as
Cluster, Node, Application, Service, Partition, Replica etc. Possible
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ class ApplicationHealthStateFilter(Model):
included in the cluster health chunk.
One filter can match zero, one or multiple applications, depending on its
properties.
.

:param application_name_filter: The name of the application that matches
the filter, as a fabric uri. The filter is applied only to the specified
Expand Down Expand Up @@ -63,8 +62,7 @@ class ApplicationHealthStateFilter(Model):
- Error - Filter that matches input with HealthState value Error. The
value is 8.
- All - Filter that matches input with any HealthState value. The value is
65535.
. Default value: 0 .
65535. Default value: 0 .
:type health_state_filter: int
:param service_filters: Defines a list of filters that specify which
services to be included in the returned cluster health chunk as children
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ class ApplicationHealthStateFilter(Model):
included in the cluster health chunk.
One filter can match zero, one or multiple applications, depending on its
properties.
.

:param application_name_filter: The name of the application that matches
the filter, as a fabric uri. The filter is applied only to the specified
Expand Down Expand Up @@ -63,8 +62,7 @@ class ApplicationHealthStateFilter(Model):
- Error - Filter that matches input with HealthState value Error. The
value is 8.
- All - Filter that matches input with any HealthState value. The value is
65535.
. Default value: 0 .
65535. Default value: 0 .
:type health_state_filter: int
:param service_filters: Defines a list of filters that specify which
services to be included in the returned cluster health chunk as children
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
class ApplicationHealthState(EntityHealthState):
"""Represents the health state of an application, which contains the
application identifier and the aggregated health state.
.

:param aggregated_health_state: The health state of a Service Fabric
entity such as Cluster, Node, Application, Service, Partition, Replica
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ class ApplicationInfo(Model):
:param type_version: The version of the application type as defined in the
application manifest.
:type type_version: str
:param status: The status of the application.
. Possible values include: 'Invalid', 'Ready', 'Upgrading', 'Creating',
'Deleting', 'Failed'
:param status: The status of the application. Possible values include:
'Invalid', 'Ready', 'Upgrading', 'Creating', 'Deleting', 'Failed'
:type status: str or ~azure.servicefabric.models.ApplicationStatus
:param parameters: List of application parameters with overridden values
from their default values specified in the application manifest.
Expand All @@ -44,8 +43,7 @@ class ApplicationInfo(Model):
values include: 'Invalid', 'Ok', 'Warning', 'Error', 'Unknown'
:type health_state: str or ~azure.servicefabric.models.HealthState
:param application_definition_kind: The mechanism used to define a Service
Fabric application.
. Possible values include: 'Invalid',
Fabric application. Possible values include: 'Invalid',
'ServiceFabricApplicationDescription', 'Compose'
:type application_definition_kind: str or
~azure.servicefabric.models.ApplicationDefinitionKind
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ class ApplicationInfo(Model):
:param type_version: The version of the application type as defined in the
application manifest.
:type type_version: str
:param status: The status of the application.
. Possible values include: 'Invalid', 'Ready', 'Upgrading', 'Creating',
'Deleting', 'Failed'
:param status: The status of the application. Possible values include:
'Invalid', 'Ready', 'Upgrading', 'Creating', 'Deleting', 'Failed'
:type status: str or ~azure.servicefabric.models.ApplicationStatus
:param parameters: List of application parameters with overridden values
from their default values specified in the application manifest.
Expand All @@ -44,8 +43,7 @@ class ApplicationInfo(Model):
values include: 'Invalid', 'Ok', 'Warning', 'Error', 'Unknown'
:type health_state: str or ~azure.servicefabric.models.HealthState
:param application_definition_kind: The mechanism used to define a Service
Fabric application.
. Possible values include: 'Invalid',
Fabric application. Possible values include: 'Invalid',
'ServiceFabricApplicationDescription', 'Compose'
:type application_definition_kind: str or
~azure.servicefabric.models.ApplicationDefinitionKind
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ class ApplicationMetricDescription(Model):
"""Describes capacity information for a custom resource balancing metric. This
can be used to limit the total consumption of this metric by the services
of this application.
.

:param name: The name of the metric.
:type name: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ class ApplicationMetricDescription(Model):
"""Describes capacity information for a custom resource balancing metric. This
can be used to limit the total consumption of this metric by the services
of this application.
.

:param name: The name of the metric.
:type name: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

class ApplicationTypeHealthPolicyMapItem(Model):
"""Defines an item in ApplicationTypeHealthPolicyMap.
.

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

class ApplicationTypeHealthPolicyMapItem(Model):
"""Defines an item in ApplicationTypeHealthPolicyMap.
.

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,16 @@ class ApplicationTypeInfo(Model):
can be overridden when creating or updating the application.
:type default_parameter_list:
list[~azure.servicefabric.models.ApplicationParameter]
:param status: The status of the application type.
. Possible values include: 'Invalid', 'Provisioning', 'Available',
'Unprovisioning', 'Failed'
:param status: The status of the application type. Possible values
include: 'Invalid', 'Provisioning', 'Available', 'Unprovisioning',
'Failed'
:type status: str or ~azure.servicefabric.models.ApplicationTypeStatus
:param status_details: Additional detailed information about the status of
the application type.
:type status_details: str
:param application_type_definition_kind: The mechanism used to define a
Service Fabric application type.
. Possible values include: 'Invalid', 'ServiceFabricApplicationPackage',
'Compose'
Service Fabric application type. Possible values include: 'Invalid',
'ServiceFabricApplicationPackage', 'Compose'
:type application_type_definition_kind: str or
~azure.servicefabric.models.ApplicationTypeDefinitionKind
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,16 @@ class ApplicationTypeInfo(Model):
can be overridden when creating or updating the application.
:type default_parameter_list:
list[~azure.servicefabric.models.ApplicationParameter]
:param status: The status of the application type.
. Possible values include: 'Invalid', 'Provisioning', 'Available',
'Unprovisioning', 'Failed'
:param status: The status of the application type. Possible values
include: 'Invalid', 'Provisioning', 'Available', 'Unprovisioning',
'Failed'
:type status: str or ~azure.servicefabric.models.ApplicationTypeStatus
:param status_details: Additional detailed information about the status of
the application type.
:type status_details: str
:param application_type_definition_kind: The mechanism used to define a
Service Fabric application type.
. Possible values include: 'Invalid', 'ServiceFabricApplicationPackage',
'Compose'
Service Fabric application type. Possible values include: 'Invalid',
'ServiceFabricApplicationPackage', 'Compose'
:type application_type_definition_kind: str or
~azure.servicefabric.models.ApplicationTypeDefinitionKind
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ class BackupConfigurationInfo(Model):
this Service Fabric application or service or partition.
:type policy_name: str
:param policy_inherited_from: Specifies the scope at which the backup
policy is applied.
. Possible values include: 'Invalid', 'Partition', 'Service',
'Application'
policy is applied. Possible values include: 'Invalid', 'Partition',
'Service', 'Application'
:type policy_inherited_from: str or
~azure.servicefabric.models.BackupPolicyScope
:param suspension_info: Describes the backup suspension details.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ class BackupConfigurationInfo(Model):
this Service Fabric application or service or partition.
:type policy_name: str
:param policy_inherited_from: Specifies the scope at which the backup
policy is applied.
. Possible values include: 'Invalid', 'Partition', 'Service',
'Application'
policy is applied. Possible values include: 'Invalid', 'Partition',
'Service', 'Application'
:type policy_inherited_from: str or
~azure.servicefabric.models.BackupPolicyScope
:param suspension_info: Describes the backup suspension details.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ class BackupEpoch(Model):
replica changes, the operations that are replicated from the new Primary
replica are said to be a new Epoch from the ones which were sent by the old
Primary replica.
.

:param configuration_number: The current configuration number of this
Epoch. The configuration number is an increasing value that is updated
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ class BackupEpoch(Model):
replica changes, the operations that are replicated from the new Primary
replica are said to be a new Epoch from the ones which were sent by the old
Primary replica.
.

:param configuration_number: The current configuration number of this
Epoch. The configuration number is an increasing value that is updated
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ class BackupInfo(Model):
store.
:type backup_location: str
:param backup_type: Describes the type of backup, whether its full or
incremental.
. Possible values include: 'Invalid', 'Full', 'Incremental'
incremental. Possible values include: 'Invalid', 'Full', 'Incremental'
:type backup_type: str or ~azure.servicefabric.models.BackupType
:param epoch_of_last_backup_record: Epoch of the last record in this
backup.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ class BackupInfo(Model):
store.
:type backup_location: str
:param backup_type: Describes the type of backup, whether its full or
incremental.
. Possible values include: 'Invalid', 'Full', 'Incremental'
incremental. Possible values include: 'Invalid', 'Full', 'Incremental'
:type backup_type: str or ~azure.servicefabric.models.BackupType
:param epoch_of_last_backup_record: Epoch of the last record in this
backup.
Expand Down
Loading