v1api20241101

package
v2.16.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 19, 2025 License: MIT Imports: 14 Imported by: 0

Documentation

Overview

Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.

Package v1api20241101 contains API Schema definitions for the compute v1api20241101 API group +groupName=compute.azure.com

Package v1api20241101 contains API Schema definitions for the compute v1api20241101 API group +kubebuilder:object:generate=true All object properties are optional by default, this will be overridden when needed: +kubebuilder:validation:Optional +groupName=compute.azure.com +versionName=v1api20241101

Index

Constants

View Source
const (
	StatusLevelTypes_STATUS_Error   = StatusLevelTypes_STATUS("Error")
	StatusLevelTypes_STATUS_Info    = StatusLevelTypes_STATUS("Info")
	StatusLevelTypes_STATUS_Warning = StatusLevelTypes_STATUS("Warning")
)
View Source
const (
	SystemData_CreatedByType_STATUS_Application     = SystemData_CreatedByType_STATUS("Application")
	SystemData_CreatedByType_STATUS_Key             = SystemData_CreatedByType_STATUS("Key")
	SystemData_CreatedByType_STATUS_ManagedIdentity = SystemData_CreatedByType_STATUS("ManagedIdentity")
	SystemData_CreatedByType_STATUS_User            = SystemData_CreatedByType_STATUS("User")
)
View Source
const (
	SystemData_LastModifiedByType_STATUS_Application     = SystemData_LastModifiedByType_STATUS("Application")
	SystemData_LastModifiedByType_STATUS_Key             = SystemData_LastModifiedByType_STATUS("Key")
	SystemData_LastModifiedByType_STATUS_ManagedIdentity = SystemData_LastModifiedByType_STATUS("ManagedIdentity")
	SystemData_LastModifiedByType_STATUS_User            = SystemData_LastModifiedByType_STATUS("User")
)
View Source
const APIVersion_Value = APIVersion("2024-11-01")

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "compute.azure.com", Version: "v1api20241101"}

	// SchemeBuilder is used to add go types to the GroupVersionKind scheme
	SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion}

	// AddToScheme adds the types in this group-version to the given scheme.
	AddToScheme = SchemeBuilder.AddToScheme
)

Functions

This section is empty.

Types

type APIVersion

type APIVersion string

+kubebuilder:validation:Enum={"2024-11-01"}

type AvailabilitySet

type AvailabilitySet struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              AvailabilitySet_Spec   `json:"spec,omitempty"`
	Status            AvailabilitySet_STATUS `json:"status,omitempty"`
}

+kubebuilder:object:root=true +kubebuilder:resource:categories={azure,compute} +kubebuilder:subresource:status +kubebuilder:printcolumn:name="Ready",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="Severity",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].severity" +kubebuilder:printcolumn:name="Reason",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].reason" +kubebuilder:printcolumn:name="Message",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].message" Generator information: - Generated from: /compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2024-11-01/ComputeRP.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}

func (*AvailabilitySet) AssignProperties_From_AvailabilitySet

func (availabilitySet *AvailabilitySet) AssignProperties_From_AvailabilitySet(source *storage.AvailabilitySet) error

AssignProperties_From_AvailabilitySet populates our AvailabilitySet from the provided source AvailabilitySet

func (*AvailabilitySet) AssignProperties_To_AvailabilitySet

func (availabilitySet *AvailabilitySet) AssignProperties_To_AvailabilitySet(destination *storage.AvailabilitySet) error

AssignProperties_To_AvailabilitySet populates the provided destination AvailabilitySet from our AvailabilitySet

func (*AvailabilitySet) AzureName

func (availabilitySet *AvailabilitySet) AzureName() string

AzureName returns the Azure name of the resource

func (*AvailabilitySet) ConfigMapDestinationExpressions

func (availabilitySet *AvailabilitySet) ConfigMapDestinationExpressions() []*core.DestinationExpression

ConfigMapDestinationExpressions returns the Spec.OperatorSpec.ConfigMapExpressions property

func (*AvailabilitySet) ConvertFrom

func (availabilitySet *AvailabilitySet) ConvertFrom(hub conversion.Hub) error

ConvertFrom populates our AvailabilitySet from the provided hub AvailabilitySet

func (*AvailabilitySet) ConvertTo

func (availabilitySet *AvailabilitySet) ConvertTo(hub conversion.Hub) error

ConvertTo populates the provided hub AvailabilitySet from our AvailabilitySet

func (*AvailabilitySet) DeepCopy

func (in *AvailabilitySet) DeepCopy() *AvailabilitySet

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AvailabilitySet.

func (*AvailabilitySet) DeepCopyInto

func (in *AvailabilitySet) DeepCopyInto(out *AvailabilitySet)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*AvailabilitySet) DeepCopyObject

func (in *AvailabilitySet) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (AvailabilitySet) GetAPIVersion

func (availabilitySet AvailabilitySet) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2024-11-01"

func (*AvailabilitySet) GetConditions

func (availabilitySet *AvailabilitySet) GetConditions() conditions.Conditions

GetConditions returns the conditions of the resource

func (*AvailabilitySet) GetResourceScope

func (availabilitySet *AvailabilitySet) GetResourceScope() genruntime.ResourceScope

GetResourceScope returns the scope of the resource

func (*AvailabilitySet) GetSpec

func (availabilitySet *AvailabilitySet) GetSpec() genruntime.ConvertibleSpec

GetSpec returns the specification of this resource

func (*AvailabilitySet) GetStatus

func (availabilitySet *AvailabilitySet) GetStatus() genruntime.ConvertibleStatus

GetStatus returns the status of this resource

func (*AvailabilitySet) GetSupportedOperations

func (availabilitySet *AvailabilitySet) GetSupportedOperations() []genruntime.ResourceOperation

GetSupportedOperations returns the operations supported by the resource

func (*AvailabilitySet) GetType

func (availabilitySet *AvailabilitySet) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.Compute/availabilitySets"

func (*AvailabilitySet) InitializeSpec

func (availabilitySet *AvailabilitySet) InitializeSpec(status genruntime.ConvertibleStatus) error

InitializeSpec initializes the spec for this resource from the given status

func (*AvailabilitySet) NewEmptyStatus

func (availabilitySet *AvailabilitySet) NewEmptyStatus() genruntime.ConvertibleStatus

NewEmptyStatus returns a new empty (blank) status

func (*AvailabilitySet) OriginalGVK

func (availabilitySet *AvailabilitySet) OriginalGVK() *schema.GroupVersionKind

OriginalGVK returns a GroupValueKind for the original API version used to create the resource

func (*AvailabilitySet) Owner

func (availabilitySet *AvailabilitySet) Owner() *genruntime.ResourceReference

Owner returns the ResourceReference of the owner

func (*AvailabilitySet) SecretDestinationExpressions

func (availabilitySet *AvailabilitySet) SecretDestinationExpressions() []*core.DestinationExpression

SecretDestinationExpressions returns the Spec.OperatorSpec.SecretExpressions property

func (*AvailabilitySet) SetConditions

func (availabilitySet *AvailabilitySet) SetConditions(conditions conditions.Conditions)

SetConditions sets the conditions on the resource status

func (*AvailabilitySet) SetStatus

func (availabilitySet *AvailabilitySet) SetStatus(status genruntime.ConvertibleStatus) error

SetStatus sets the status of this resource

type AvailabilitySetList

type AvailabilitySetList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []AvailabilitySet `json:"items"`
}

+kubebuilder:object:root=true Generator information: - Generated from: /compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2024-11-01/ComputeRP.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}

func (*AvailabilitySetList) DeepCopy

func (in *AvailabilitySetList) DeepCopy() *AvailabilitySetList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AvailabilitySetList.

func (*AvailabilitySetList) DeepCopyInto

func (in *AvailabilitySetList) DeepCopyInto(out *AvailabilitySetList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*AvailabilitySetList) DeepCopyObject

func (in *AvailabilitySetList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type AvailabilitySetOperatorSpec

type AvailabilitySetOperatorSpec struct {
	// ConfigMapExpressions: configures where to place operator written dynamic ConfigMaps (created with CEL expressions).
	ConfigMapExpressions []*core.DestinationExpression `json:"configMapExpressions,omitempty"`

	// SecretExpressions: configures where to place operator written dynamic secrets (created with CEL expressions).
	SecretExpressions []*core.DestinationExpression `json:"secretExpressions,omitempty"`
}

Details for configuring operator behavior. Fields in this struct are interpreted by the operator directly rather than being passed to Azure

func (*AvailabilitySetOperatorSpec) AssignProperties_From_AvailabilitySetOperatorSpec

func (operator *AvailabilitySetOperatorSpec) AssignProperties_From_AvailabilitySetOperatorSpec(source *storage.AvailabilitySetOperatorSpec) error

AssignProperties_From_AvailabilitySetOperatorSpec populates our AvailabilitySetOperatorSpec from the provided source AvailabilitySetOperatorSpec

func (*AvailabilitySetOperatorSpec) AssignProperties_To_AvailabilitySetOperatorSpec

func (operator *AvailabilitySetOperatorSpec) AssignProperties_To_AvailabilitySetOperatorSpec(destination *storage.AvailabilitySetOperatorSpec) error

AssignProperties_To_AvailabilitySetOperatorSpec populates the provided destination AvailabilitySetOperatorSpec from our AvailabilitySetOperatorSpec

func (*AvailabilitySetOperatorSpec) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AvailabilitySetOperatorSpec.

func (*AvailabilitySetOperatorSpec) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AvailabilitySet_STATUS

type AvailabilitySet_STATUS struct {
	// Conditions: The observed state of the resource
	Conditions []conditions.Condition `json:"conditions,omitempty"`

	// Id: Fully qualified resource ID for the resource. Ex -
	// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
	Id *string `json:"id,omitempty"`

	// Location: The geo-location where the resource lives
	Location *string `json:"location,omitempty"`

	// Name: The name of the resource
	Name *string `json:"name,omitempty"`

	// PlatformFaultDomainCount: Fault Domain count.
	PlatformFaultDomainCount *int `json:"platformFaultDomainCount,omitempty"`

	// PlatformUpdateDomainCount: Update Domain count.
	PlatformUpdateDomainCount *int `json:"platformUpdateDomainCount,omitempty"`

	// ProximityPlacementGroup: Specifies information about the proximity placement group that the availability set should be
	// assigned to. Minimum api-version: 2018-04-01.
	ProximityPlacementGroup *SubResource_STATUS `json:"proximityPlacementGroup,omitempty"`

	// ScheduledEventsPolicy: Specifies Redeploy, Reboot and ScheduledEventsAdditionalPublishingTargets Scheduled Event related
	// configurations for the availability set.
	ScheduledEventsPolicy *ScheduledEventsPolicy_STATUS `json:"scheduledEventsPolicy,omitempty"`

	// Sku: Sku of the availability set, only name is required to be set. See AvailabilitySetSkuTypes for possible set of
	// values. Use 'Aligned' for virtual machines with managed disks and 'Classic' for virtual machines with unmanaged disks.
	// Default value is 'Classic'.
	Sku *Sku_STATUS `json:"sku,omitempty"`

	// Statuses: The resource status information.
	Statuses []InstanceViewStatus_STATUS `json:"statuses,omitempty"`

	// SystemData: Azure Resource Manager metadata containing createdBy and modifiedBy information.
	SystemData *SystemData_STATUS `json:"systemData,omitempty"`

	// Tags: Resource tags.
	Tags map[string]string `json:"tags,omitempty"`

	// Type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
	Type *string `json:"type,omitempty"`

	// VirtualMachineScaleSetMigrationInfo: Describes the migration properties on the Availability Set.
	VirtualMachineScaleSetMigrationInfo *VirtualMachineScaleSetMigrationInfo_STATUS `json:"virtualMachineScaleSetMigrationInfo,omitempty"`

	// VirtualMachines: A list of references to all virtual machines in the availability set.
	VirtualMachines []SubResource_STATUS `json:"virtualMachines,omitempty"`
}

Specifies information about the availability set that the virtual machine should be assigned to. Virtual machines specified in the same availability set are allocated to different nodes to maximize availability. For more information about availability sets, see [Availability sets overview](https://docs.microsoft.com/azure/virtual-machines/availability-set-overview). For more information on Azure planned maintenance, see [Maintenance and updates for Virtual Machines in Azure](https://docs.microsoft.com/azure/virtual-machines/maintenance-and-updates). Currently, a VM can only be added to an availability set at creation time. An existing VM cannot be added to an availability set.

func (*AvailabilitySet_STATUS) AssignProperties_From_AvailabilitySet_STATUS

func (availabilitySet *AvailabilitySet_STATUS) AssignProperties_From_AvailabilitySet_STATUS(source *storage.AvailabilitySet_STATUS) error

AssignProperties_From_AvailabilitySet_STATUS populates our AvailabilitySet_STATUS from the provided source AvailabilitySet_STATUS

func (*AvailabilitySet_STATUS) AssignProperties_To_AvailabilitySet_STATUS

func (availabilitySet *AvailabilitySet_STATUS) AssignProperties_To_AvailabilitySet_STATUS(destination *storage.AvailabilitySet_STATUS) error

AssignProperties_To_AvailabilitySet_STATUS populates the provided destination AvailabilitySet_STATUS from our AvailabilitySet_STATUS

func (*AvailabilitySet_STATUS) ConvertStatusFrom

func (availabilitySet *AvailabilitySet_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error

ConvertStatusFrom populates our AvailabilitySet_STATUS from the provided source

func (*AvailabilitySet_STATUS) ConvertStatusTo

func (availabilitySet *AvailabilitySet_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error

ConvertStatusTo populates the provided destination from our AvailabilitySet_STATUS

func (*AvailabilitySet_STATUS) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AvailabilitySet_STATUS.

func (*AvailabilitySet_STATUS) DeepCopyInto

func (in *AvailabilitySet_STATUS) DeepCopyInto(out *AvailabilitySet_STATUS)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*AvailabilitySet_STATUS) NewEmptyARMValue

func (availabilitySet *AvailabilitySet_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*AvailabilitySet_STATUS) PopulateFromARM

func (availabilitySet *AvailabilitySet_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type AvailabilitySet_Spec

type AvailabilitySet_Spec struct {
	// AzureName: The name of the resource in Azure. This is often the same as the name of the resource in Kubernetes but it
	// doesn't have to be.
	AzureName string `json:"azureName,omitempty"`

	// +kubebuilder:validation:Required
	// Location: The geo-location where the resource lives
	Location *string `json:"location,omitempty"`

	// OperatorSpec: The specification for configuring operator behavior. This field is interpreted by the operator and not
	// passed directly to Azure
	OperatorSpec *AvailabilitySetOperatorSpec `json:"operatorSpec,omitempty"`

	// +kubebuilder:validation:Required
	// Owner: The owner of the resource. The owner controls where the resource goes when it is deployed. The owner also
	// controls the resources lifecycle. When the owner is deleted the resource will also be deleted. Owner is expected to be a
	// reference to a resources.azure.com/ResourceGroup resource
	Owner *genruntime.KnownResourceReference `group:"resources.azure.com" json:"owner,omitempty" kind:"ResourceGroup"`

	// PlatformFaultDomainCount: Fault Domain count.
	PlatformFaultDomainCount *int `json:"platformFaultDomainCount,omitempty"`

	// PlatformUpdateDomainCount: Update Domain count.
	PlatformUpdateDomainCount *int `json:"platformUpdateDomainCount,omitempty"`

	// ProximityPlacementGroup: Specifies information about the proximity placement group that the availability set should be
	// assigned to. Minimum api-version: 2018-04-01.
	ProximityPlacementGroup *SubResource `json:"proximityPlacementGroup,omitempty"`

	// ScheduledEventsPolicy: Specifies Redeploy, Reboot and ScheduledEventsAdditionalPublishingTargets Scheduled Event related
	// configurations for the availability set.
	ScheduledEventsPolicy *ScheduledEventsPolicy `json:"scheduledEventsPolicy,omitempty"`

	// Sku: Sku of the availability set, only name is required to be set. See AvailabilitySetSkuTypes for possible set of
	// values. Use 'Aligned' for virtual machines with managed disks and 'Classic' for virtual machines with unmanaged disks.
	// Default value is 'Classic'.
	Sku *Sku `json:"sku,omitempty"`

	// Tags: Resource tags.
	Tags map[string]string `json:"tags,omitempty"`
}

func (*AvailabilitySet_Spec) AssignProperties_From_AvailabilitySet_Spec

func (availabilitySet *AvailabilitySet_Spec) AssignProperties_From_AvailabilitySet_Spec(source *storage.AvailabilitySet_Spec) error

AssignProperties_From_AvailabilitySet_Spec populates our AvailabilitySet_Spec from the provided source AvailabilitySet_Spec

func (*AvailabilitySet_Spec) AssignProperties_To_AvailabilitySet_Spec

func (availabilitySet *AvailabilitySet_Spec) AssignProperties_To_AvailabilitySet_Spec(destination *storage.AvailabilitySet_Spec) error

AssignProperties_To_AvailabilitySet_Spec populates the provided destination AvailabilitySet_Spec from our AvailabilitySet_Spec

func (*AvailabilitySet_Spec) ConvertSpecFrom

func (availabilitySet *AvailabilitySet_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error

ConvertSpecFrom populates our AvailabilitySet_Spec from the provided source

func (*AvailabilitySet_Spec) ConvertSpecTo

func (availabilitySet *AvailabilitySet_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error

ConvertSpecTo populates the provided destination from our AvailabilitySet_Spec

func (*AvailabilitySet_Spec) ConvertToARM

func (availabilitySet *AvailabilitySet_Spec) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*AvailabilitySet_Spec) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AvailabilitySet_Spec.

func (*AvailabilitySet_Spec) DeepCopyInto

func (in *AvailabilitySet_Spec) DeepCopyInto(out *AvailabilitySet_Spec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*AvailabilitySet_Spec) Initialize_From_AvailabilitySet_STATUS

func (availabilitySet *AvailabilitySet_Spec) Initialize_From_AvailabilitySet_STATUS(source *AvailabilitySet_STATUS) error

Initialize_From_AvailabilitySet_STATUS populates our AvailabilitySet_Spec from the provided source AvailabilitySet_STATUS

func (*AvailabilitySet_Spec) NewEmptyARMValue

func (availabilitySet *AvailabilitySet_Spec) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*AvailabilitySet_Spec) OriginalVersion

func (availabilitySet *AvailabilitySet_Spec) OriginalVersion() string

OriginalVersion returns the original API version used to create the resource.

func (*AvailabilitySet_Spec) PopulateFromARM

func (availabilitySet *AvailabilitySet_Spec) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

func (*AvailabilitySet_Spec) SetAzureName

func (availabilitySet *AvailabilitySet_Spec) SetAzureName(azureName string)

SetAzureName sets the Azure name of the resource

type DefaultVirtualMachineScaleSetInfo_STATUS

type DefaultVirtualMachineScaleSetInfo_STATUS struct {
	// ConstrainedMaximumCapacity: Indicates if the the maximum capacity of the default migrated Virtual Machine Scale Set
	// after its migration will be constrained to a limited number of VMs.
	ConstrainedMaximumCapacity *bool `json:"constrainedMaximumCapacity,omitempty"`

	// DefaultVirtualMachineScaleSet: The default Virtual Machine ScaleSet Uri that the Availability Set will be moved to upon
	// triggering a seamless migration via the ConvertToVirtualMachineScaleSet API.
	DefaultVirtualMachineScaleSet *SubResource_STATUS `json:"defaultVirtualMachineScaleSet,omitempty"`
}

Indicates the target Virtual Machine ScaleSet properties upon triggering a seamless migration without downtime of the VMs via the ConvertToVirtualMachineScaleSet API.

func (*DefaultVirtualMachineScaleSetInfo_STATUS) AssignProperties_From_DefaultVirtualMachineScaleSetInfo_STATUS

func (info *DefaultVirtualMachineScaleSetInfo_STATUS) AssignProperties_From_DefaultVirtualMachineScaleSetInfo_STATUS(source *storage.DefaultVirtualMachineScaleSetInfo_STATUS) error

AssignProperties_From_DefaultVirtualMachineScaleSetInfo_STATUS populates our DefaultVirtualMachineScaleSetInfo_STATUS from the provided source DefaultVirtualMachineScaleSetInfo_STATUS

func (*DefaultVirtualMachineScaleSetInfo_STATUS) AssignProperties_To_DefaultVirtualMachineScaleSetInfo_STATUS

func (info *DefaultVirtualMachineScaleSetInfo_STATUS) AssignProperties_To_DefaultVirtualMachineScaleSetInfo_STATUS(destination *storage.DefaultVirtualMachineScaleSetInfo_STATUS) error

AssignProperties_To_DefaultVirtualMachineScaleSetInfo_STATUS populates the provided destination DefaultVirtualMachineScaleSetInfo_STATUS from our DefaultVirtualMachineScaleSetInfo_STATUS

func (*DefaultVirtualMachineScaleSetInfo_STATUS) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DefaultVirtualMachineScaleSetInfo_STATUS.

func (*DefaultVirtualMachineScaleSetInfo_STATUS) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*DefaultVirtualMachineScaleSetInfo_STATUS) NewEmptyARMValue

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*DefaultVirtualMachineScaleSetInfo_STATUS) PopulateFromARM

func (info *DefaultVirtualMachineScaleSetInfo_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type EventGridAndResourceGraph

type EventGridAndResourceGraph struct {
	// Enable: Specifies if event grid and resource graph is enabled for Scheduled event related configurations.
	Enable *bool `json:"enable,omitempty"`
}

Specifies eventGridAndResourceGraph related Scheduled Event related configurations.

func (*EventGridAndResourceGraph) AssignProperties_From_EventGridAndResourceGraph

func (graph *EventGridAndResourceGraph) AssignProperties_From_EventGridAndResourceGraph(source *storage.EventGridAndResourceGraph) error

AssignProperties_From_EventGridAndResourceGraph populates our EventGridAndResourceGraph from the provided source EventGridAndResourceGraph

func (*EventGridAndResourceGraph) AssignProperties_To_EventGridAndResourceGraph

func (graph *EventGridAndResourceGraph) AssignProperties_To_EventGridAndResourceGraph(destination *storage.EventGridAndResourceGraph) error

AssignProperties_To_EventGridAndResourceGraph populates the provided destination EventGridAndResourceGraph from our EventGridAndResourceGraph

func (*EventGridAndResourceGraph) ConvertToARM

func (graph *EventGridAndResourceGraph) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*EventGridAndResourceGraph) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EventGridAndResourceGraph.

func (*EventGridAndResourceGraph) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*EventGridAndResourceGraph) Initialize_From_EventGridAndResourceGraph_STATUS

func (graph *EventGridAndResourceGraph) Initialize_From_EventGridAndResourceGraph_STATUS(source *EventGridAndResourceGraph_STATUS) error

Initialize_From_EventGridAndResourceGraph_STATUS populates our EventGridAndResourceGraph from the provided source EventGridAndResourceGraph_STATUS

func (*EventGridAndResourceGraph) NewEmptyARMValue

func (graph *EventGridAndResourceGraph) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*EventGridAndResourceGraph) PopulateFromARM

func (graph *EventGridAndResourceGraph) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type EventGridAndResourceGraph_STATUS

type EventGridAndResourceGraph_STATUS struct {
	// Enable: Specifies if event grid and resource graph is enabled for Scheduled event related configurations.
	Enable *bool `json:"enable,omitempty"`
}

Specifies eventGridAndResourceGraph related Scheduled Event related configurations.

func (*EventGridAndResourceGraph_STATUS) AssignProperties_From_EventGridAndResourceGraph_STATUS

func (graph *EventGridAndResourceGraph_STATUS) AssignProperties_From_EventGridAndResourceGraph_STATUS(source *storage.EventGridAndResourceGraph_STATUS) error

AssignProperties_From_EventGridAndResourceGraph_STATUS populates our EventGridAndResourceGraph_STATUS from the provided source EventGridAndResourceGraph_STATUS

func (*EventGridAndResourceGraph_STATUS) AssignProperties_To_EventGridAndResourceGraph_STATUS

func (graph *EventGridAndResourceGraph_STATUS) AssignProperties_To_EventGridAndResourceGraph_STATUS(destination *storage.EventGridAndResourceGraph_STATUS) error

AssignProperties_To_EventGridAndResourceGraph_STATUS populates the provided destination EventGridAndResourceGraph_STATUS from our EventGridAndResourceGraph_STATUS

func (*EventGridAndResourceGraph_STATUS) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EventGridAndResourceGraph_STATUS.

func (*EventGridAndResourceGraph_STATUS) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*EventGridAndResourceGraph_STATUS) NewEmptyARMValue

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*EventGridAndResourceGraph_STATUS) PopulateFromARM

func (graph *EventGridAndResourceGraph_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type InstanceViewStatus_STATUS

type InstanceViewStatus_STATUS struct {
	// Code: The status code.
	Code *string `json:"code,omitempty"`

	// DisplayStatus: The short localizable label for the status.
	DisplayStatus *string `json:"displayStatus,omitempty"`

	// Level: The level code.
	Level *StatusLevelTypes_STATUS `json:"level,omitempty"`

	// Message: The detailed status message, including for alerts and error messages.
	Message *string `json:"message,omitempty"`

	// Time: The time of the status.
	Time *string `json:"time,omitempty"`
}

Instance view status.

func (*InstanceViewStatus_STATUS) AssignProperties_From_InstanceViewStatus_STATUS

func (status *InstanceViewStatus_STATUS) AssignProperties_From_InstanceViewStatus_STATUS(source *storage.InstanceViewStatus_STATUS) error

AssignProperties_From_InstanceViewStatus_STATUS populates our InstanceViewStatus_STATUS from the provided source InstanceViewStatus_STATUS

func (*InstanceViewStatus_STATUS) AssignProperties_To_InstanceViewStatus_STATUS

func (status *InstanceViewStatus_STATUS) AssignProperties_To_InstanceViewStatus_STATUS(destination *storage.InstanceViewStatus_STATUS) error

AssignProperties_To_InstanceViewStatus_STATUS populates the provided destination InstanceViewStatus_STATUS from our InstanceViewStatus_STATUS

func (*InstanceViewStatus_STATUS) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InstanceViewStatus_STATUS.

func (*InstanceViewStatus_STATUS) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*InstanceViewStatus_STATUS) NewEmptyARMValue

func (status *InstanceViewStatus_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*InstanceViewStatus_STATUS) PopulateFromARM

func (status *InstanceViewStatus_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type ScheduledEventsAdditionalPublishingTargets

type ScheduledEventsAdditionalPublishingTargets struct {
	// EventGridAndResourceGraph: The configuration parameters used while creating eventGridAndResourceGraph Scheduled Event
	// setting.
	EventGridAndResourceGraph *EventGridAndResourceGraph `json:"eventGridAndResourceGraph,omitempty"`
}

func (*ScheduledEventsAdditionalPublishingTargets) AssignProperties_From_ScheduledEventsAdditionalPublishingTargets

func (targets *ScheduledEventsAdditionalPublishingTargets) AssignProperties_From_ScheduledEventsAdditionalPublishingTargets(source *storage.ScheduledEventsAdditionalPublishingTargets) error

AssignProperties_From_ScheduledEventsAdditionalPublishingTargets populates our ScheduledEventsAdditionalPublishingTargets from the provided source ScheduledEventsAdditionalPublishingTargets

func (*ScheduledEventsAdditionalPublishingTargets) AssignProperties_To_ScheduledEventsAdditionalPublishingTargets

func (targets *ScheduledEventsAdditionalPublishingTargets) AssignProperties_To_ScheduledEventsAdditionalPublishingTargets(destination *storage.ScheduledEventsAdditionalPublishingTargets) error

AssignProperties_To_ScheduledEventsAdditionalPublishingTargets populates the provided destination ScheduledEventsAdditionalPublishingTargets from our ScheduledEventsAdditionalPublishingTargets

func (*ScheduledEventsAdditionalPublishingTargets) ConvertToARM

func (targets *ScheduledEventsAdditionalPublishingTargets) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*ScheduledEventsAdditionalPublishingTargets) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ScheduledEventsAdditionalPublishingTargets.

func (*ScheduledEventsAdditionalPublishingTargets) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*ScheduledEventsAdditionalPublishingTargets) Initialize_From_ScheduledEventsAdditionalPublishingTargets_STATUS

func (targets *ScheduledEventsAdditionalPublishingTargets) Initialize_From_ScheduledEventsAdditionalPublishingTargets_STATUS(source *ScheduledEventsAdditionalPublishingTargets_STATUS) error

Initialize_From_ScheduledEventsAdditionalPublishingTargets_STATUS populates our ScheduledEventsAdditionalPublishingTargets from the provided source ScheduledEventsAdditionalPublishingTargets_STATUS

func (*ScheduledEventsAdditionalPublishingTargets) NewEmptyARMValue

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*ScheduledEventsAdditionalPublishingTargets) PopulateFromARM

func (targets *ScheduledEventsAdditionalPublishingTargets) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type ScheduledEventsAdditionalPublishingTargets_STATUS

type ScheduledEventsAdditionalPublishingTargets_STATUS struct {
	// EventGridAndResourceGraph: The configuration parameters used while creating eventGridAndResourceGraph Scheduled Event
	// setting.
	EventGridAndResourceGraph *EventGridAndResourceGraph_STATUS `json:"eventGridAndResourceGraph,omitempty"`
}

func (*ScheduledEventsAdditionalPublishingTargets_STATUS) AssignProperties_From_ScheduledEventsAdditionalPublishingTargets_STATUS

func (targets *ScheduledEventsAdditionalPublishingTargets_STATUS) AssignProperties_From_ScheduledEventsAdditionalPublishingTargets_STATUS(source *storage.ScheduledEventsAdditionalPublishingTargets_STATUS) error

AssignProperties_From_ScheduledEventsAdditionalPublishingTargets_STATUS populates our ScheduledEventsAdditionalPublishingTargets_STATUS from the provided source ScheduledEventsAdditionalPublishingTargets_STATUS

func (*ScheduledEventsAdditionalPublishingTargets_STATUS) AssignProperties_To_ScheduledEventsAdditionalPublishingTargets_STATUS

func (targets *ScheduledEventsAdditionalPublishingTargets_STATUS) AssignProperties_To_ScheduledEventsAdditionalPublishingTargets_STATUS(destination *storage.ScheduledEventsAdditionalPublishingTargets_STATUS) error

AssignProperties_To_ScheduledEventsAdditionalPublishingTargets_STATUS populates the provided destination ScheduledEventsAdditionalPublishingTargets_STATUS from our ScheduledEventsAdditionalPublishingTargets_STATUS

func (*ScheduledEventsAdditionalPublishingTargets_STATUS) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ScheduledEventsAdditionalPublishingTargets_STATUS.

func (*ScheduledEventsAdditionalPublishingTargets_STATUS) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*ScheduledEventsAdditionalPublishingTargets_STATUS) NewEmptyARMValue

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*ScheduledEventsAdditionalPublishingTargets_STATUS) PopulateFromARM

func (targets *ScheduledEventsAdditionalPublishingTargets_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type ScheduledEventsPolicy

type ScheduledEventsPolicy struct {
	// ScheduledEventsAdditionalPublishingTargets: The configuration parameters used while publishing
	// scheduledEventsAdditionalPublishingTargets.
	ScheduledEventsAdditionalPublishingTargets *ScheduledEventsAdditionalPublishingTargets `json:"scheduledEventsAdditionalPublishingTargets,omitempty"`

	// UserInitiatedReboot: The configuration parameters used while creating userInitiatedReboot scheduled event setting
	// creation.
	UserInitiatedReboot *UserInitiatedReboot `json:"userInitiatedReboot,omitempty"`

	// UserInitiatedRedeploy: The configuration parameters used while creating userInitiatedRedeploy scheduled event setting
	// creation.
	UserInitiatedRedeploy *UserInitiatedRedeploy `json:"userInitiatedRedeploy,omitempty"`
}

Specifies Redeploy, Reboot and ScheduledEventsAdditionalPublishingTargets Scheduled Event related configurations.

func (*ScheduledEventsPolicy) AssignProperties_From_ScheduledEventsPolicy

func (policy *ScheduledEventsPolicy) AssignProperties_From_ScheduledEventsPolicy(source *storage.ScheduledEventsPolicy) error

AssignProperties_From_ScheduledEventsPolicy populates our ScheduledEventsPolicy from the provided source ScheduledEventsPolicy

func (*ScheduledEventsPolicy) AssignProperties_To_ScheduledEventsPolicy

func (policy *ScheduledEventsPolicy) AssignProperties_To_ScheduledEventsPolicy(destination *storage.ScheduledEventsPolicy) error

AssignProperties_To_ScheduledEventsPolicy populates the provided destination ScheduledEventsPolicy from our ScheduledEventsPolicy

func (*ScheduledEventsPolicy) ConvertToARM

func (policy *ScheduledEventsPolicy) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*ScheduledEventsPolicy) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ScheduledEventsPolicy.

func (*ScheduledEventsPolicy) DeepCopyInto

func (in *ScheduledEventsPolicy) DeepCopyInto(out *ScheduledEventsPolicy)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*ScheduledEventsPolicy) Initialize_From_ScheduledEventsPolicy_STATUS

func (policy *ScheduledEventsPolicy) Initialize_From_ScheduledEventsPolicy_STATUS(source *ScheduledEventsPolicy_STATUS) error

Initialize_From_ScheduledEventsPolicy_STATUS populates our ScheduledEventsPolicy from the provided source ScheduledEventsPolicy_STATUS

func (*ScheduledEventsPolicy) NewEmptyARMValue

func (policy *ScheduledEventsPolicy) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*ScheduledEventsPolicy) PopulateFromARM

func (policy *ScheduledEventsPolicy) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type ScheduledEventsPolicy_STATUS

type ScheduledEventsPolicy_STATUS struct {
	// ScheduledEventsAdditionalPublishingTargets: The configuration parameters used while publishing
	// scheduledEventsAdditionalPublishingTargets.
	ScheduledEventsAdditionalPublishingTargets *ScheduledEventsAdditionalPublishingTargets_STATUS `json:"scheduledEventsAdditionalPublishingTargets,omitempty"`

	// UserInitiatedReboot: The configuration parameters used while creating userInitiatedReboot scheduled event setting
	// creation.
	UserInitiatedReboot *UserInitiatedReboot_STATUS `json:"userInitiatedReboot,omitempty"`

	// UserInitiatedRedeploy: The configuration parameters used while creating userInitiatedRedeploy scheduled event setting
	// creation.
	UserInitiatedRedeploy *UserInitiatedRedeploy_STATUS `json:"userInitiatedRedeploy,omitempty"`
}

Specifies Redeploy, Reboot and ScheduledEventsAdditionalPublishingTargets Scheduled Event related configurations.

func (*ScheduledEventsPolicy_STATUS) AssignProperties_From_ScheduledEventsPolicy_STATUS

func (policy *ScheduledEventsPolicy_STATUS) AssignProperties_From_ScheduledEventsPolicy_STATUS(source *storage.ScheduledEventsPolicy_STATUS) error

AssignProperties_From_ScheduledEventsPolicy_STATUS populates our ScheduledEventsPolicy_STATUS from the provided source ScheduledEventsPolicy_STATUS

func (*ScheduledEventsPolicy_STATUS) AssignProperties_To_ScheduledEventsPolicy_STATUS

func (policy *ScheduledEventsPolicy_STATUS) AssignProperties_To_ScheduledEventsPolicy_STATUS(destination *storage.ScheduledEventsPolicy_STATUS) error

AssignProperties_To_ScheduledEventsPolicy_STATUS populates the provided destination ScheduledEventsPolicy_STATUS from our ScheduledEventsPolicy_STATUS

func (*ScheduledEventsPolicy_STATUS) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ScheduledEventsPolicy_STATUS.

func (*ScheduledEventsPolicy_STATUS) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*ScheduledEventsPolicy_STATUS) NewEmptyARMValue

func (policy *ScheduledEventsPolicy_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*ScheduledEventsPolicy_STATUS) PopulateFromARM

func (policy *ScheduledEventsPolicy_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type Sku

type Sku struct {
	// Capacity: Specifies the number of virtual machines in the scale set.
	Capacity *int `json:"capacity,omitempty"`

	// Name: The sku name.
	Name *string `json:"name,omitempty"`

	// Tier: Specifies the tier of virtual machines in a scale set.
	// Possible Values:
	// Standard
	// Basic
	Tier *string `json:"tier,omitempty"`
}

Describes a virtual machine scale set sku. NOTE: If the new VM SKU is not supported on the hardware the scale set is currently on, you need to deallocate the VMs in the scale set before you modify the SKU name.

func (*Sku) AssignProperties_From_Sku

func (sku *Sku) AssignProperties_From_Sku(source *storage.Sku) error

AssignProperties_From_Sku populates our Sku from the provided source Sku

func (*Sku) AssignProperties_To_Sku

func (sku *Sku) AssignProperties_To_Sku(destination *storage.Sku) error

AssignProperties_To_Sku populates the provided destination Sku from our Sku

func (*Sku) ConvertToARM

func (sku *Sku) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*Sku) DeepCopy

func (in *Sku) DeepCopy() *Sku

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Sku.

func (*Sku) DeepCopyInto

func (in *Sku) DeepCopyInto(out *Sku)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Sku) Initialize_From_Sku_STATUS

func (sku *Sku) Initialize_From_Sku_STATUS(source *Sku_STATUS) error

Initialize_From_Sku_STATUS populates our Sku from the provided source Sku_STATUS

func (*Sku) NewEmptyARMValue

func (sku *Sku) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Sku) PopulateFromARM

func (sku *Sku) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type Sku_STATUS

type Sku_STATUS struct {
	// Capacity: Specifies the number of virtual machines in the scale set.
	Capacity *int `json:"capacity,omitempty"`

	// Name: The sku name.
	Name *string `json:"name,omitempty"`

	// Tier: Specifies the tier of virtual machines in a scale set.
	// Possible Values:
	// Standard
	// Basic
	Tier *string `json:"tier,omitempty"`
}

Describes a virtual machine scale set sku. NOTE: If the new VM SKU is not supported on the hardware the scale set is currently on, you need to deallocate the VMs in the scale set before you modify the SKU name.

func (*Sku_STATUS) AssignProperties_From_Sku_STATUS

func (sku *Sku_STATUS) AssignProperties_From_Sku_STATUS(source *storage.Sku_STATUS) error

AssignProperties_From_Sku_STATUS populates our Sku_STATUS from the provided source Sku_STATUS

func (*Sku_STATUS) AssignProperties_To_Sku_STATUS

func (sku *Sku_STATUS) AssignProperties_To_Sku_STATUS(destination *storage.Sku_STATUS) error

AssignProperties_To_Sku_STATUS populates the provided destination Sku_STATUS from our Sku_STATUS

func (*Sku_STATUS) DeepCopy

func (in *Sku_STATUS) DeepCopy() *Sku_STATUS

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Sku_STATUS.

func (*Sku_STATUS) DeepCopyInto

func (in *Sku_STATUS) DeepCopyInto(out *Sku_STATUS)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Sku_STATUS) NewEmptyARMValue

func (sku *Sku_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Sku_STATUS) PopulateFromARM

func (sku *Sku_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type StatusLevelTypes_STATUS added in v2.16.0

type StatusLevelTypes_STATUS string

The level code.

type SubResource

type SubResource struct {
	// Reference: Resource Id
	Reference *genruntime.ResourceReference `armReference:"Id" json:"reference,omitempty"`
}

func (*SubResource) AssignProperties_From_SubResource

func (resource *SubResource) AssignProperties_From_SubResource(source *storage.SubResource) error

AssignProperties_From_SubResource populates our SubResource from the provided source SubResource

func (*SubResource) AssignProperties_To_SubResource

func (resource *SubResource) AssignProperties_To_SubResource(destination *storage.SubResource) error

AssignProperties_To_SubResource populates the provided destination SubResource from our SubResource

func (*SubResource) ConvertToARM

func (resource *SubResource) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*SubResource) DeepCopy

func (in *SubResource) DeepCopy() *SubResource

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SubResource.

func (*SubResource) DeepCopyInto

func (in *SubResource) DeepCopyInto(out *SubResource)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SubResource) Initialize_From_SubResource_STATUS

func (resource *SubResource) Initialize_From_SubResource_STATUS(source *SubResource_STATUS) error

Initialize_From_SubResource_STATUS populates our SubResource from the provided source SubResource_STATUS

func (*SubResource) NewEmptyARMValue

func (resource *SubResource) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*SubResource) PopulateFromARM

func (resource *SubResource) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type SubResource_STATUS

type SubResource_STATUS struct {
	// Id: Resource Id
	Id *string `json:"id,omitempty"`
}

func (*SubResource_STATUS) AssignProperties_From_SubResource_STATUS

func (resource *SubResource_STATUS) AssignProperties_From_SubResource_STATUS(source *storage.SubResource_STATUS) error

AssignProperties_From_SubResource_STATUS populates our SubResource_STATUS from the provided source SubResource_STATUS

func (*SubResource_STATUS) AssignProperties_To_SubResource_STATUS

func (resource *SubResource_STATUS) AssignProperties_To_SubResource_STATUS(destination *storage.SubResource_STATUS) error

AssignProperties_To_SubResource_STATUS populates the provided destination SubResource_STATUS from our SubResource_STATUS

func (*SubResource_STATUS) DeepCopy

func (in *SubResource_STATUS) DeepCopy() *SubResource_STATUS

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SubResource_STATUS.

func (*SubResource_STATUS) DeepCopyInto

func (in *SubResource_STATUS) DeepCopyInto(out *SubResource_STATUS)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SubResource_STATUS) NewEmptyARMValue

func (resource *SubResource_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*SubResource_STATUS) PopulateFromARM

func (resource *SubResource_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type SystemData_CreatedByType_STATUS added in v2.16.0

type SystemData_CreatedByType_STATUS string

type SystemData_LastModifiedByType_STATUS added in v2.16.0

type SystemData_LastModifiedByType_STATUS string

type SystemData_STATUS added in v2.16.0

type SystemData_STATUS struct {
	// CreatedAt: The timestamp of resource creation (UTC).
	CreatedAt *string `json:"createdAt,omitempty"`

	// CreatedBy: The identity that created the resource.
	CreatedBy *string `json:"createdBy,omitempty"`

	// CreatedByType: The type of identity that created the resource.
	CreatedByType *SystemData_CreatedByType_STATUS `json:"createdByType,omitempty"`

	// LastModifiedAt: The timestamp of resource last modification (UTC)
	LastModifiedAt *string `json:"lastModifiedAt,omitempty"`

	// LastModifiedBy: The identity that last modified the resource.
	LastModifiedBy *string `json:"lastModifiedBy,omitempty"`

	// LastModifiedByType: The type of identity that last modified the resource.
	LastModifiedByType *SystemData_LastModifiedByType_STATUS `json:"lastModifiedByType,omitempty"`
}

Metadata pertaining to creation and last modification of the resource.

func (*SystemData_STATUS) AssignProperties_From_SystemData_STATUS added in v2.16.0

func (data *SystemData_STATUS) AssignProperties_From_SystemData_STATUS(source *storage.SystemData_STATUS) error

AssignProperties_From_SystemData_STATUS populates our SystemData_STATUS from the provided source SystemData_STATUS

func (*SystemData_STATUS) AssignProperties_To_SystemData_STATUS added in v2.16.0

func (data *SystemData_STATUS) AssignProperties_To_SystemData_STATUS(destination *storage.SystemData_STATUS) error

AssignProperties_To_SystemData_STATUS populates the provided destination SystemData_STATUS from our SystemData_STATUS

func (*SystemData_STATUS) DeepCopy added in v2.16.0

func (in *SystemData_STATUS) DeepCopy() *SystemData_STATUS

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SystemData_STATUS.

func (*SystemData_STATUS) DeepCopyInto added in v2.16.0

func (in *SystemData_STATUS) DeepCopyInto(out *SystemData_STATUS)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SystemData_STATUS) NewEmptyARMValue added in v2.16.0

func (data *SystemData_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*SystemData_STATUS) PopulateFromARM added in v2.16.0

func (data *SystemData_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type UserInitiatedReboot

type UserInitiatedReboot struct {
	// AutomaticallyApprove: Specifies Reboot Scheduled Event related configurations.
	AutomaticallyApprove *bool `json:"automaticallyApprove,omitempty"`
}

Specifies Reboot related Scheduled Event related configurations.

func (*UserInitiatedReboot) AssignProperties_From_UserInitiatedReboot

func (reboot *UserInitiatedReboot) AssignProperties_From_UserInitiatedReboot(source *storage.UserInitiatedReboot) error

AssignProperties_From_UserInitiatedReboot populates our UserInitiatedReboot from the provided source UserInitiatedReboot

func (*UserInitiatedReboot) AssignProperties_To_UserInitiatedReboot

func (reboot *UserInitiatedReboot) AssignProperties_To_UserInitiatedReboot(destination *storage.UserInitiatedReboot) error

AssignProperties_To_UserInitiatedReboot populates the provided destination UserInitiatedReboot from our UserInitiatedReboot

func (*UserInitiatedReboot) ConvertToARM

func (reboot *UserInitiatedReboot) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*UserInitiatedReboot) DeepCopy

func (in *UserInitiatedReboot) DeepCopy() *UserInitiatedReboot

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserInitiatedReboot.

func (*UserInitiatedReboot) DeepCopyInto

func (in *UserInitiatedReboot) DeepCopyInto(out *UserInitiatedReboot)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*UserInitiatedReboot) Initialize_From_UserInitiatedReboot_STATUS

func (reboot *UserInitiatedReboot) Initialize_From_UserInitiatedReboot_STATUS(source *UserInitiatedReboot_STATUS) error

Initialize_From_UserInitiatedReboot_STATUS populates our UserInitiatedReboot from the provided source UserInitiatedReboot_STATUS

func (*UserInitiatedReboot) NewEmptyARMValue

func (reboot *UserInitiatedReboot) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*UserInitiatedReboot) PopulateFromARM

func (reboot *UserInitiatedReboot) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type UserInitiatedReboot_STATUS

type UserInitiatedReboot_STATUS struct {
	// AutomaticallyApprove: Specifies Reboot Scheduled Event related configurations.
	AutomaticallyApprove *bool `json:"automaticallyApprove,omitempty"`
}

Specifies Reboot related Scheduled Event related configurations.

func (*UserInitiatedReboot_STATUS) AssignProperties_From_UserInitiatedReboot_STATUS

func (reboot *UserInitiatedReboot_STATUS) AssignProperties_From_UserInitiatedReboot_STATUS(source *storage.UserInitiatedReboot_STATUS) error

AssignProperties_From_UserInitiatedReboot_STATUS populates our UserInitiatedReboot_STATUS from the provided source UserInitiatedReboot_STATUS

func (*UserInitiatedReboot_STATUS) AssignProperties_To_UserInitiatedReboot_STATUS

func (reboot *UserInitiatedReboot_STATUS) AssignProperties_To_UserInitiatedReboot_STATUS(destination *storage.UserInitiatedReboot_STATUS) error

AssignProperties_To_UserInitiatedReboot_STATUS populates the provided destination UserInitiatedReboot_STATUS from our UserInitiatedReboot_STATUS

func (*UserInitiatedReboot_STATUS) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserInitiatedReboot_STATUS.

func (*UserInitiatedReboot_STATUS) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*UserInitiatedReboot_STATUS) NewEmptyARMValue

func (reboot *UserInitiatedReboot_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*UserInitiatedReboot_STATUS) PopulateFromARM

func (reboot *UserInitiatedReboot_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type UserInitiatedRedeploy

type UserInitiatedRedeploy struct {
	// AutomaticallyApprove: Specifies Redeploy Scheduled Event related configurations.
	AutomaticallyApprove *bool `json:"automaticallyApprove,omitempty"`
}

Specifies Redeploy related Scheduled Event related configurations.

func (*UserInitiatedRedeploy) AssignProperties_From_UserInitiatedRedeploy

func (redeploy *UserInitiatedRedeploy) AssignProperties_From_UserInitiatedRedeploy(source *storage.UserInitiatedRedeploy) error

AssignProperties_From_UserInitiatedRedeploy populates our UserInitiatedRedeploy from the provided source UserInitiatedRedeploy

func (*UserInitiatedRedeploy) AssignProperties_To_UserInitiatedRedeploy

func (redeploy *UserInitiatedRedeploy) AssignProperties_To_UserInitiatedRedeploy(destination *storage.UserInitiatedRedeploy) error

AssignProperties_To_UserInitiatedRedeploy populates the provided destination UserInitiatedRedeploy from our UserInitiatedRedeploy

func (*UserInitiatedRedeploy) ConvertToARM

func (redeploy *UserInitiatedRedeploy) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*UserInitiatedRedeploy) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserInitiatedRedeploy.

func (*UserInitiatedRedeploy) DeepCopyInto

func (in *UserInitiatedRedeploy) DeepCopyInto(out *UserInitiatedRedeploy)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*UserInitiatedRedeploy) Initialize_From_UserInitiatedRedeploy_STATUS

func (redeploy *UserInitiatedRedeploy) Initialize_From_UserInitiatedRedeploy_STATUS(source *UserInitiatedRedeploy_STATUS) error

Initialize_From_UserInitiatedRedeploy_STATUS populates our UserInitiatedRedeploy from the provided source UserInitiatedRedeploy_STATUS

func (*UserInitiatedRedeploy) NewEmptyARMValue

func (redeploy *UserInitiatedRedeploy) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*UserInitiatedRedeploy) PopulateFromARM

func (redeploy *UserInitiatedRedeploy) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type UserInitiatedRedeploy_STATUS

type UserInitiatedRedeploy_STATUS struct {
	// AutomaticallyApprove: Specifies Redeploy Scheduled Event related configurations.
	AutomaticallyApprove *bool `json:"automaticallyApprove,omitempty"`
}

Specifies Redeploy related Scheduled Event related configurations.

func (*UserInitiatedRedeploy_STATUS) AssignProperties_From_UserInitiatedRedeploy_STATUS

func (redeploy *UserInitiatedRedeploy_STATUS) AssignProperties_From_UserInitiatedRedeploy_STATUS(source *storage.UserInitiatedRedeploy_STATUS) error

AssignProperties_From_UserInitiatedRedeploy_STATUS populates our UserInitiatedRedeploy_STATUS from the provided source UserInitiatedRedeploy_STATUS

func (*UserInitiatedRedeploy_STATUS) AssignProperties_To_UserInitiatedRedeploy_STATUS

func (redeploy *UserInitiatedRedeploy_STATUS) AssignProperties_To_UserInitiatedRedeploy_STATUS(destination *storage.UserInitiatedRedeploy_STATUS) error

AssignProperties_To_UserInitiatedRedeploy_STATUS populates the provided destination UserInitiatedRedeploy_STATUS from our UserInitiatedRedeploy_STATUS

func (*UserInitiatedRedeploy_STATUS) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserInitiatedRedeploy_STATUS.

func (*UserInitiatedRedeploy_STATUS) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*UserInitiatedRedeploy_STATUS) NewEmptyARMValue

func (redeploy *UserInitiatedRedeploy_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*UserInitiatedRedeploy_STATUS) PopulateFromARM

func (redeploy *UserInitiatedRedeploy_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type VirtualMachineScaleSetMigrationInfo_STATUS

type VirtualMachineScaleSetMigrationInfo_STATUS struct {
	// DefaultVirtualMachineScaleSetInfo: Indicates the target Virtual Machine ScaleSet properties upon triggering a seamless
	// migration without downtime of the VMs via the ConvertToVirtualMachineScaleSet API.
	DefaultVirtualMachineScaleSetInfo *DefaultVirtualMachineScaleSetInfo_STATUS `json:"defaultVirtualMachineScaleSetInfo,omitempty"`

	// MigrateToVirtualMachineScaleSet: Specifies the Virtual Machine Scale Set that the Availability Set is migrated to.
	MigrateToVirtualMachineScaleSet *SubResource_STATUS `json:"migrateToVirtualMachineScaleSet,omitempty"`
}

Describes the Availability Set properties related to migration to Flexible Virtual Machine Scale Set.

func (*VirtualMachineScaleSetMigrationInfo_STATUS) AssignProperties_From_VirtualMachineScaleSetMigrationInfo_STATUS

func (info *VirtualMachineScaleSetMigrationInfo_STATUS) AssignProperties_From_VirtualMachineScaleSetMigrationInfo_STATUS(source *storage.VirtualMachineScaleSetMigrationInfo_STATUS) error

AssignProperties_From_VirtualMachineScaleSetMigrationInfo_STATUS populates our VirtualMachineScaleSetMigrationInfo_STATUS from the provided source VirtualMachineScaleSetMigrationInfo_STATUS

func (*VirtualMachineScaleSetMigrationInfo_STATUS) AssignProperties_To_VirtualMachineScaleSetMigrationInfo_STATUS

func (info *VirtualMachineScaleSetMigrationInfo_STATUS) AssignProperties_To_VirtualMachineScaleSetMigrationInfo_STATUS(destination *storage.VirtualMachineScaleSetMigrationInfo_STATUS) error

AssignProperties_To_VirtualMachineScaleSetMigrationInfo_STATUS populates the provided destination VirtualMachineScaleSetMigrationInfo_STATUS from our VirtualMachineScaleSetMigrationInfo_STATUS

func (*VirtualMachineScaleSetMigrationInfo_STATUS) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VirtualMachineScaleSetMigrationInfo_STATUS.

func (*VirtualMachineScaleSetMigrationInfo_STATUS) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*VirtualMachineScaleSetMigrationInfo_STATUS) NewEmptyARMValue

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*VirtualMachineScaleSetMigrationInfo_STATUS) PopulateFromARM

func (info *VirtualMachineScaleSetMigrationInfo_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

Directories

Path Synopsis
Code generated by azure-service-operator-codegen.
Code generated by azure-service-operator-codegen.
Code generated by azure-service-operator-codegen.
Code generated by azure-service-operator-codegen.
Code generated by azure-service-operator-codegen.
Code generated by azure-service-operator-codegen.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL